Walk ping is not supported anymore

This commit is contained in:
Eduardo Bart
2013-02-24 22:27:17 -03:00
parent 06e2b6eca2
commit 04f52d77d2
4 changed files with 2 additions and 30 deletions

View File

@@ -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