mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Fix tooltip, minimap
This commit is contained in:
@@ -67,7 +67,7 @@ function g_tooltip.terminate()
|
||||
end
|
||||
|
||||
function g_tooltip.display(text)
|
||||
if text == nil then return end
|
||||
if text == nil or text:len() == 0 then return end
|
||||
if not toolTipLabel then return end
|
||||
|
||||
toolTipLabel:setText(text)
|
||||
|
Reference in New Issue
Block a user