mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 15:20:37 +02:00
supress undeclared variable access warnings in cases of intentional declaration checks
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
modpath = minetest.get_modpath("technic_chests")
|
||||
|
||||
technic = technic or {}
|
||||
technic = rawget(_G, "technic") or {}
|
||||
technic.chests = {}
|
||||
|
||||
dofile(modpath.."/common.lua")
|
||||
|
Reference in New Issue
Block a user