Call 'global_exists' in place of 'get_modpath' for 'intllib' check

Tento commit je obsažen v:
AntumDeluge
2017-07-08 20:32:18 -07:00
odevzdal sofar
rodič fc3c5f4738
revize f3005d6367

Zobrazit soubor

@@ -11,7 +11,7 @@ Licensed under the zlib license. See LICENSE.md for more information.
moreblocks = {}
local S
if minetest.get_modpath("intllib") then
if minetest.global_exists("intllib") then
S = intllib.Getter()
else
S = function(s) return s end