mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Fixes and new tuned terminal
This commit is contained in:
@@ -68,11 +68,13 @@ end
|
||||
function online()
|
||||
showGameButtons()
|
||||
|
||||
if g_settings.getBoolean('showPing') and (g_game.getFeature(GameClientPing) or g_game.getFeature(GameExtendedClientPing)) then
|
||||
pingLabel:show()
|
||||
else
|
||||
pingLabel:hide()
|
||||
end
|
||||
addEvent(function()
|
||||
if modules.client_options.getOption('showPing') and (g_game.getFeature(GameClientPing) or g_game.getFeature(GameExtendedClientPing)) then
|
||||
pingLabel:show()
|
||||
else
|
||||
pingLabel:hide()
|
||||
end
|
||||
end)
|
||||
end
|
||||
|
||||
function offline()
|
||||
|
Reference in New Issue
Block a user