mirror of
https://repo.or.cz/minetest_inventory_icon.git
synced 2024-12-04 21:03:47 +01:00
Fix outdated inttlib boilerplate
This commit is contained in:
parent
5f7b6273bd
commit
700fd8b4a6
3
init.lua
3
init.lua
@ -1,7 +1,6 @@
|
|||||||
local S
|
local S
|
||||||
if (minetest.get_modpath("intllib")) then
|
if (minetest.get_modpath("intllib")) then
|
||||||
dofile(minetest.get_modpath("intllib").."/intllib.lua")
|
S = intllib.Getter()
|
||||||
S = intllib.Getter(minetest.get_current_modname())
|
|
||||||
else
|
else
|
||||||
S = function ( s ) return s end
|
S = function ( s ) return s end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user