Skip to content

Commit 6cdb150

Browse files
authoredJul 12, 2021
Remove hardcoded "You died." message in chat (#11443)
1 parent b7b5aad commit 6cdb150

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎builtin/client/death_formspec.lua

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
-- handled by the engine.
33

44
core.register_on_death(function()
5-
core.display_chat_message(core.gettext("You died."))
65
local formspec = "size[11,5.5]bgcolor[#320000b4;true]" ..
76
"label[4.85,1.35;" .. fgettext("You died") ..
87
"]button_exit[4,3;3,0.5;btn_respawn;".. fgettext("Respawn") .."]"

0 commit comments

Comments
 (0)
Please sign in to comment.