forked from Mirrorlandia_minetest/minetest
Remove hardcoded "You died." message in chat (#11443)
This commit is contained in:
parent
b7b5aad027
commit
6cdb150c8b
@ -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") .."]"
|
||||
|
Loading…
Reference in New Issue
Block a user