mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02: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