mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Fix death message
This commit is contained in:
@@ -27,10 +27,8 @@ function display()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function displayDeadMessage()
|
function displayDeadMessage()
|
||||||
local advanceLabel = modules.game_interface.getMapPanel():recursiveGetChildById('centerAdvance')
|
local advanceLabel = modules.game_interface.getRootPanel():recursiveGetChildById('middleCenterLabel')
|
||||||
if advanceLabel:isVisible() then
|
if advanceLabel:isVisible() then return end
|
||||||
return
|
|
||||||
end
|
|
||||||
|
|
||||||
modules.game_textmessage.displayGameMessage(tr('You are dead.'))
|
modules.game_textmessage.displayGameMessage(tr('You are dead.'))
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user