mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Fix issue #112
This commit is contained in:
@@ -107,6 +107,10 @@ function displayGameMessage(text)
|
||||
displayMessage(MessageModes.Game, text)
|
||||
end
|
||||
|
||||
function displayBroadcastMessage(text)
|
||||
displayMessage(MessageModes.Warning, text)
|
||||
end
|
||||
|
||||
function clearMessages()
|
||||
for _i,child in pairs(messagesPanel:recursiveGetChildren()) do
|
||||
if child:getId():match('Label') then
|
||||
|
Reference in New Issue
Block a user