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:
parent
47ea5c0cbb
commit
32f5ceb4c1
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
-- support for i18n
|
||||
local S = armor.get_translator
|
||||
local S = minetest.get_translator(minetest.get_current_modname())
|
||||
|
||||
|
||||
--- Nether
|
||||
|
@ -165,4 +165,4 @@ if armor.materials.nether then
|
|||
},
|
||||
})
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user