Compare commits

...

1 Commits

Author SHA1 Message Date
2a99d10056 Fix crash at load time 2021-03-13 00:28:20 +01:00

View File

@ -1,6 +1,6 @@
-- support for i18n
local S = armor_i18n.gettext
local F = armor_i18n.fgettext
local S = armor.get_translator
local F = minetest.formspec_escape
if not minetest.get_modpath("technic_worldgen") then
minetest.log("warning", S("technic_armor: Mod loaded but unused."))