Change intlib Getter (deprecated) to make_gettext_pair.

This commit is contained in:
GreenXenith 2018-08-15 10:09:30 -07:00
parent 7e4e738c99
commit b33de7a530
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ led_marquee = {}
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
S = intllib.make_gettext_pair()
else
S = function(s) return s end
end