Skip to content

Commit

Permalink
Remove hardcoded "You died." message in chat (#11443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 committed Jul 12, 2021
1 parent b7b5aad commit 6cdb150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin/client/death_formspec.lua
Expand Up @@ -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") .."]"
Expand Down

0 comments on commit 6cdb150

Please sign in to comment.