Skip to content

Commit d39a003

Browse files
committed
chore: update 1.21.6
1 parent e322383 commit d39a003

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
@@ -320,7 +320,8 @@ public enum StateRegistry {
320320
serverbound.register(
321321
ServerboundPlayerLoadedPacket.class,
322322
() -> ServerboundPlayerLoadedPacket.INSTANCE,
323-
map(0x2A, MINECRAFT_1_21_4, false));
323+
map(0x2A, MINECRAFT_1_21_4, false),
324+
map(0x2B, MINECRAFT_1_21_6, false));
324325
serverbound.register(
325326
PluginMessagePacket.class,
326327
PluginMessagePacket::new,

0 commit comments

Comments
 (0)