forked from nalc/technic_armor
Fix crash at load time
This commit is contained in:
parent
aa247cccfb
commit
2a99d10056
4
init.lua
4
init.lua
@ -1,6 +1,6 @@
|
|||||||
-- support for i18n
|
-- support for i18n
|
||||||
local S = armor_i18n.gettext
|
local S = armor.get_translator
|
||||||
local F = armor_i18n.fgettext
|
local F = minetest.formspec_escape
|
||||||
|
|
||||||
if not minetest.get_modpath("technic_worldgen") then
|
if not minetest.get_modpath("technic_worldgen") then
|
||||||
minetest.log("warning", S("technic_armor: Mod loaded but unused."))
|
minetest.log("warning", S("technic_armor: Mod loaded but unused."))
|
||||||
|
Loading…
Reference in New Issue
Block a user