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