1
0
mirror of https://github.com/minetest-mods/intllib.git synced 2025-01-09 01:20:25 +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 -- Support the old multi-load method
intllib = intllib or {} intllib = rawget(_G, "intllib") or {}
local MP = minetest.get_modpath("intllib") local MP = minetest.get_modpath("intllib")