diff options
Diffstat (limited to 'azalea-client/src/ping.rs')
| -rw-r--r-- | azalea-client/src/ping.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/azalea-client/src/ping.rs b/azalea-client/src/ping.rs index 38d5c26f..8c4e2240 100644 --- a/azalea-client/src/ping.rs +++ b/azalea-client/src/ping.rs @@ -67,9 +67,10 @@ pub async fn ping_server_with_proxy( ping_server_with_connection(address, conn).await } -/// Ping a Minecraft server after we've already created a [`Connection`]. The -/// `Connection` must still be in the handshake state (which is the state it's -/// in immediately after it's created). +/// Ping a Minecraft server after we've already created a [`Connection`]. +/// +/// The `Connection` must still be in the handshake state (which is the state +/// it's in immediately after it's created). pub async fn ping_server_with_connection( address: ServerAddress, mut conn: Connection<ClientboundHandshakePacket, ServerboundHandshakePacket>, |
