1
0
mirror of https://github.com/mt-mods/led_marquee.git synced 2024-11-13 21:30:20 +01:00

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

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