1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-23 07:40:17 +02:00

add translation for log message

This commit is contained in:
codexp
2018-04-10 22:33:26 +02:00
committed by Vanessa Dannenberg
parent b526ec1714
commit 31bf6b8c40
4 changed files with 15 additions and 3 deletions

View File

@ -2970,7 +2970,7 @@ if minetest.settings:get_bool("homedecor.disable_coin_crafting") == false then
})
else
if minetest.settings:get("log_mods") then
minetest.log("[HomeDecor] coin crafting is disabled!")
minetest.log("[HomeDecor] " .. S("coin crafting is disabled!"))
end
end