mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 02:30:21 +01:00
Call 'global_exists' in place of 'get_modpath' for 'intllib' check
This commit is contained in:
parent
fc3c5f4738
commit
f3005d6367
2
init.lua
2
init.lua
@ -11,7 +11,7 @@ Licensed under the zlib license. See LICENSE.md for more information.
|
|||||||
moreblocks = {}
|
moreblocks = {}
|
||||||
|
|
||||||
local S
|
local S
|
||||||
if minetest.get_modpath("intllib") then
|
if minetest.global_exists("intllib") then
|
||||||
S = intllib.Getter()
|
S = intllib.Getter()
|
||||||
else
|
else
|
||||||
S = function(s) return s end
|
S = function(s) return s end
|
||||||
|
Loading…
Reference in New Issue
Block a user