Event called when the player's latency is updated from the hub.
Gets the player's latency.
@event updateLatency(PlayerLatencyUpdatedEvent event) { event.player.title = event.latency.to!string ~ " ms"; }
See Implementation
Event called when the player's latency is updated from the hub.