mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Remove hardcoded "You died." message in chat (#11443)
This commit is contained in:
@ -2,7 +2,6 @@
|
|||||||
-- handled by the engine.
|
-- handled by the engine.
|
||||||
|
|
||||||
core.register_on_death(function()
|
core.register_on_death(function()
|
||||||
core.display_chat_message(core.gettext("You died."))
|
|
||||||
local formspec = "size[11,5.5]bgcolor[#320000b4;true]" ..
|
local formspec = "size[11,5.5]bgcolor[#320000b4;true]" ..
|
||||||
"label[4.85,1.35;" .. fgettext("You died") ..
|
"label[4.85,1.35;" .. fgettext("You died") ..
|
||||||
"]button_exit[4,3;3,0.5;btn_respawn;".. fgettext("Respawn") .."]"
|
"]button_exit[4,3;3,0.5;btn_respawn;".. fgettext("Respawn") .."]"
|
||||||
|
Reference in New Issue
Block a user