Silence global warning

This commit is contained in:
ShadowNinja 2015-02-16 23:24:10 -05:00
parent 4a0c8e1580
commit 2ef1abad55
1 changed files with 1 additions and 1 deletions

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")