Update init.lua

entity
benrob0329 2017-03-31 01:26:51 -04:00 committed by GitHub
parent a89b4a86d7
commit 5483442f30
1 changed files with 1 additions and 1 deletions

View File

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