fix an error message

This commit is contained in:
HybridDog 2015-02-14 22:57:40 +01:00
parent c497c7b10c
commit d974117fe7
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")