Fix outdated intllib boilerplate

This commit is contained in:
Wuzzy 2016-11-09 01:51:15 +01:00
parent a522c4da39
commit d0174cb6f5
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