mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
major UIWidget rewrite with new features
This commit is contained in:
@@ -21,7 +21,7 @@ end
|
||||
|
||||
-- hooked events
|
||||
local function onGamePingUpdate(ping)
|
||||
pingLabel:setText('Walk Ping: ' .. ping .. ' ms')
|
||||
pingLabel:setText('Ping: ' .. ping .. ' ms')
|
||||
end
|
||||
|
||||
connect(Game, { onWalkPingUpdate = onGamePingUpdate })
|
||||
Reference in New Issue
Block a user