Fix crash at boot

This commit is contained in:
bri cassa 2021-03-13 00:40:07 +01:00
parent b1b891a891
commit 71b01b48b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-- support for i18n
local S = armor_i18n.gettext
local S = armor.get_translator
if not minetest.get_modpath("technic") then
minetest.log("warning", S("hazmat_suit: Mod loaded but unused."))