mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Walk ping is not supported anymore
This commit is contained in:
@@ -84,12 +84,6 @@ function updateFps(fps)
|
||||
end
|
||||
|
||||
function updatePing(ping)
|
||||
local ping = -1
|
||||
if g_game.getFeature(GameClientPing) or g_game.getFeature(GameExtendedClientPing) then
|
||||
ping = g_game.getPing()
|
||||
else
|
||||
ping = g_game.getLocalPlayer():getWalkPing()
|
||||
end
|
||||
local text = 'Ping: '
|
||||
local color
|
||||
if ping < 0 then
|
||||
|
Reference in New Issue
Block a user