summaryrefslogtreecommitdiff
path: root/technic_chests
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2015-02-05 09:50:55 +0100
committerTim <t4im@users.noreply.github.com>2015-02-05 09:50:55 +0100
commitc17732b16ff8e5ba889bf913d84a72b4efe36255 (patch)
treec8ea8621bcfd82bf00459a018147f71e32487bda /technic_chests
parent49e82a604bd947813ec93daeafcdfc188765c597 (diff)
localize modpath variable
Diffstat (limited to 'technic_chests')
-rw-r--r--technic_chests/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic_chests/init.lua b/technic_chests/init.lua
index 7989912..af9e041 100644
--- a/technic_chests/init.lua
+++ b/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 = {}