Skip to content

Commit beec117

Browse files
Tig3r98CodeCrafter47
authored andcommitted
Velocity: Fix 1.21.9 Update Teams packet ID
1 parent 26d33d8 commit beec117

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

velocity/src/main/java/codecrafter47/bungeetablistplus/util/ReflectionUtil.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ public static void injectTeamPacketRegistry() {
7777
(StateRegistry.PacketMapping) packetMapping.newInstance(0x5E, MINECRAFT_1_20_3, null, false),
7878
(StateRegistry.PacketMapping) packetMapping.newInstance(0x60, MINECRAFT_1_20_5, null, false),
7979
(StateRegistry.PacketMapping) packetMapping.newInstance(0x67, MINECRAFT_1_21_2, null, false),
80-
(StateRegistry.PacketMapping) packetMapping.newInstance(0x66, MINECRAFT_1_21_5, null, false)
80+
(StateRegistry.PacketMapping) packetMapping.newInstance(0x66, MINECRAFT_1_21_5, null, false),
81+
(StateRegistry.PacketMapping) packetMapping.newInstance(0x6B, MINECRAFT_1_21_9, null, false)
8182
});
8283
return;
8384
} catch (Exception e) {

0 commit comments

Comments
 (0)