Update init.lua

entity
benrob0329 2017-03-31 01:18:06 -04:00 committed by GitHub
parent 46e7627525
commit a30557f7ce
1 changed files with 2 additions and 2 deletions

View File

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