Skip to content

Commit

Permalink
fix import path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NatureFreshMilk committed Aug 30, 2019
1 parent 15afc9b commit 7bc29c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ telemosaic = {
},

}
local modpath = minetest.get_modpath(minetest.get_current_modname())

dofile(modpath.."/teleport.lua")
dofile(modpath.."/crafts.lua")
Expand Down

0 comments on commit 7bc29c6

Please sign in to comment.