1
0
mirror of https://github.com/minetest-mods/intllib.git synced 2025-01-08 09:00:26 +01:00

Silence global warning

This commit is contained in:
ShadowNinja 2015-02-16 23:24:10 -05:00
parent 4a0c8e1580
commit 2ef1abad55

View File

@ -1,5 +1,5 @@
-- Support the old multi-load method
intllib = intllib or {}
intllib = rawget(_G, "intllib") or {}
local MP = minetest.get_modpath("intllib")