mirror of
https://repo.or.cz/minetest_inventory_icon.git
synced 2024-12-04 12:53: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
|
||||
if (minetest.get_modpath("intllib")) then
|
||||
dofile(minetest.get_modpath("intllib").."/intllib.lua")
|
||||
S = intllib.Getter(minetest.get_current_modname())
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function ( s ) return s end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user