mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-24 08:13:52 +01:00
Change intlib Getter (deprecated) to make_gettext_pair.
This commit is contained in:
parent
7e4e738c99
commit
b33de7a530
2
init.lua
2
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user