fix import path issue

This commit is contained in:
NatureFreshMilk 2019-08-30 09:55:33 +02:00
parent 15afc9b5b3
commit 7bc29c68f8

View File

@ -56,6 +56,7 @@ telemosaic = {
},
}
local modpath = minetest.get_modpath(minetest.get_current_modname())
dofile(modpath.."/teleport.lua")
dofile(modpath.."/crafts.lua")