]> git.lizzy.rs Git - minetest.git/commitdiff
Remove hardcoded "You died." message in chat (#11443)
authorWuzzy <wuzzy2@mail.ru>
Mon, 12 Jul 2021 18:32:27 +0000 (18:32 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 18:32:27 +0000 (20:32 +0200)
builtin/client/death_formspec.lua

index 7df0cbd750c0485aca33acfe4da223cdb09123ef..c25c799ab7fd3f48d79df208c3718986cf49fde5 100644 (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") .."]"