diff options
Diffstat (limited to 'azalea-client/src/client.rs')
| -rw-r--r-- | azalea-client/src/client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index 0d0b18f0..7551aa9f 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -457,7 +457,7 @@ impl Client { debug!("Got compression request {:?}", p.compression_threshold); conn.set_compression_threshold(p.compression_threshold); } - ClientboundLoginPacket::GameProfile(p) => { + ClientboundLoginPacket::LoginFinished(p) => { debug!( "Got profile {:?}. handshake is finished and we're now switching to the configuration state", p.game_profile |
