Package: Hardcore mode
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.
core.chat_send_all(S("@1 died in hardcore mode!"))
core.chat_send_all(S("@1 died in hardcore mode!", name))
converted review into a thread
please use a packages issue tracker or a cdb thread for bug reports
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.converted review into a thread
please use a packages issue tracker or a cdb thread for bug reports