1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2024-11-16 07:20:37 +01:00

Fix broken translation

This commit is contained in:
randomei 2023-11-21 15:12:26 +03:00 committed by GitHub
parent bdbc8efaf0
commit 49483d11c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,7 @@
-- support for i18n
local S = armor.get_translator
local S = minetest.get_translator(minetest.get_current_modname())
--- Crystal
--
@ -167,4 +166,4 @@ if armor.materials.crystal then
{m, "", m},
},
})
end
end