mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Remove hardcoded "You died." message in chat (#11443)
This commit is contained in:
parent
b7b5aad027
commit
6cdb150c8b
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
-- handled by the engine.
|
||||
|
||||
core.register_on_death(function()
|
||||
core.display_chat_message(core.gettext("You died."))
|
||||
local formspec = "size[11,5.5]bgcolor[#320000b4;true]" ..
|
||||
"label[4.85,1.35;" .. fgettext("You died") ..
|
||||
"]button_exit[4,3;3,0.5;btn_respawn;".. fgettext("Respawn") .."]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue