Fix wrong mappings for KeepAlive packet

This commit is contained in:
BoomEaro 2024-04-25 16:59:02 +03:00
parent f5684107c8
commit e54d8d6ed3
No known key found for this signature in database
GPG Key ID: 25744F5652F9C144

View File

@ -99,7 +99,7 @@ public enum State {
clientBound.register( clientBound.register(
PacketKeepAlive::new, PacketKeepAlive::new,
map(0x03, V1_20_2, V1_20_3), map(0x03, V1_20_2, V1_20_3),
map(0x05, V1_20_5, V1_20_5) map(0x04, V1_20_5, V1_20_5)
); );
clientBound.register( clientBound.register(
PacketRegistryData::new, PacketRegistryData::new,