From 6cdb150c8bd71ee0487d1af117c808b1b5ca8577 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 12 Jul 2021 18:32:27 +0000 Subject: [PATCH] Remove hardcoded "You died." message in chat (#11443) --- builtin/client/death_formspec.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/client/death_formspec.lua b/builtin/client/death_formspec.lua index 7df0cbd75..c25c799ab 100644 --- a/builtin/client/death_formspec.lua +++ b/builtin/client/death_formspec.lua @@ -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") .."]"