In init.lua you need to change line core.chat_send_all(S("@1 died in hardcore mode!")) to core.chat_send_all(S("@1 died in hardcore mode!", name)), otherwise game crashes in multiplayer with "Not enough arguments provided to core.translate" error.
In init.lua you need to change line core.chat_send_all(S("@1 died in hardcore mode!")) to core.chat_send_all(S("@1 died in hardcore mode!", name)), otherwise game crashes in multiplayer with "Not enough arguments provided to core.translate" error.
In init.lua you need to change line
core.chat_send_all(S("@1 died in hardcore mode!"))
tocore.chat_send_all(S("@1 died in hardcore mode!", name))
, otherwise game crashes in multiplayer with "Not enough arguments provided to core.translate" error.In init.lua you need to change line
core.chat_send_all(S("@1 died in hardcore mode!"))
tocore.chat_send_all(S("@1 died in hardcore mode!", name))
, otherwise game crashes in multiplayer with "Not enough arguments provided to core.translate" error.