Update init.lua

entity
benrob0329 2017-03-31 01:24:55 -04:00 committed by GitHub
parent a30557f7ce
commit a89b4a86d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
tardis = {}
tardis.owners = {}
modpath = minetest.get_modpath()
modpath = minetest.get_modpath(minetest.get_current_modpath())
worldpath = minetest.get_worldpath()
dofile(modpath .. "/remat.lua")