Remove hardcoded "You died." message in chat (#11443)

This commit is contained in:
Wuzzy 2021-07-12 18:32:27 +00:00 committed by GitHub
parent b7b5aad027
commit 6cdb150c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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") .."]"