aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xazalea-protocol/src/connect.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs
index ece7fd6f..b21572e3 100755
--- a/azalea-protocol/src/connect.rs
+++ b/azalea-protocol/src/connect.rs
@@ -302,7 +302,7 @@ impl Connection<ClientboundLoginPacket, ServerboundLoginPacket> {
/// &access_token,
/// &Uuid::parse_str(&profile.id).expect("Invalid UUID"),
/// e.secret_key,
- /// p
+ /// &p
/// ).await?;
/// conn.write(
/// ServerboundKeyPacket {