Skip to content

Commit a69ccd4

Browse files
committed
Initial 1.21.9 support
1 parent a983907 commit a69ccd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/elytrium/limboreconnect/LimboReconnect.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ public void reload() {
169169
new PacketMapping(0x68, ProtocolVersion.MINECRAFT_1_20_5, true),
170170
new PacketMapping(0x6f, ProtocolVersion.MINECRAFT_1_21_2, true),
171171
new PacketMapping(0x6e, ProtocolVersion.MINECRAFT_1_21_5, true),
172+
new PacketMapping(0x73, ProtocolVersion.MINECRAFT_1_21_9, true),
172173
});
173174

174175
this.offlineTitles.clear();

0 commit comments

Comments
 (0)