summaryrefslogtreecommitdiff
path: root/technic_chests/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic_chests/init.lua')
-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 5fa96ff..7989912 100644
--- a/technic_chests/init.lua
+++ b/technic_chests/init.lua
@@ -4,7 +4,7 @@
modpath = minetest.get_modpath("technic_chests")
-technic = technic or {}
+technic = rawget(_G, "technic") or {}
technic.chests = {}
dofile(modpath.."/common.lua")