Skip to content

Commit 9c28629

Browse files
authored
chore: Fix typo in login_acknowledged.rs (#51)
1 parent a991a83 commit 9c28629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pico_limbo/src/handlers/login/login_acknowledged.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl PacketHandler for LoginAcknowledgedPacket {
3232
}
3333
}
3434

35-
/// Only for <= 1.20.2
35+
/// Only for >= 1.20.2
3636
fn send_configuration_packets(
3737
batch: &mut Batch<PacketRegistry>,
3838
protocol_version: ProtocolVersion,

0 commit comments

Comments
 (0)