mirror of
https://github.com/minetest-mods/technic.git
synced 2025-12-22 06:55:30 +01:00
supress undeclared variable access warnings in cases of intentional declaration checks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
local S
|
||||
if intllib then
|
||||
if rawget(_G, "intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
|
||||
Reference in New Issue
Block a user