Tim
2015-02-05 c17732b16ff8e5ba889bf913d84a72b4efe36255
localize modpath variable
1 files modified
2 ■■■ changed files
technic_chests/init.lua 2 ●●● patch | view | raw | blame | history
technic_chests/init.lua
@@ -2,7 +2,7 @@
-- namespace: technic
-- (c) 2012-2013 by RealBadAngel <mk@realbadangel.pl>
modpath = minetest.get_modpath("technic_chests")
local modpath = minetest.get_modpath("technic_chests")
technic = rawget(_G, "technic") or {}
technic.chests = {}