localize modpath variable

This commit is contained in:
Tim 2015-02-05 09:50:55 +01:00
parent 49e82a604b
commit c17732b16f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}