Skip to content

Commit 0832e9d

Browse files
committed
chore: update 1.21.6
1 parent b6b54a4 commit 0832e9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxy/src/main/java/com/velocitypowered/proxy/protocol/StateRegistry.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,8 @@ public enum StateRegistry {
340340
serverbound.register(
341341
ServerboundPlayerLoadedPacket.class,
342342
() -> ServerboundPlayerLoadedPacket.INSTANCE,
343-
map(0x2A, MINECRAFT_1_21_4, false));
343+
map(0x2A, MINECRAFT_1_21_4, false),
344+
map(0x2B, MINECRAFT_1_21_6, false));
344345
serverbound.register(
345346
PluginMessagePacket.class,
346347
PluginMessagePacket::new,

0 commit comments

Comments
 (0)