Fix outdated inttlib boilerplate

This commit is contained in:
Wuzzy 2016-11-09 01:52:54 +01:00
parent 5f7b6273bd
commit 700fd8b4a6
1 changed files with 1 additions and 2 deletions

View File

@ -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