mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-09 03:30:12 +02:00
Fix wrong mappings for KeepAlive packet
This commit is contained in:
parent
f5684107c8
commit
e54d8d6ed3
@ -99,7 +99,7 @@ public enum State {
|
||||
clientBound.register(
|
||||
PacketKeepAlive::new,
|
||||
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(
|
||||
PacketRegistryData::new,
|
||||
|
Loading…
x
Reference in New Issue
Block a user