mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-11-09 03:35:33 +01:00
supress intllib check warning, this fixes #19
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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