Decode ServerData packet (#799)

This commit is contained in:
56738
2022-07-19 15:34:27 +02:00
committed by GitHub
parent e8bf6ab522
commit 6be344d919

View File

@@ -312,7 +312,7 @@ public enum StateRegistry {
clientbound.register(SystemChat.class, SystemChat::new, clientbound.register(SystemChat.class, SystemChat::new,
map(0x5F, MINECRAFT_1_19, true)); map(0x5F, MINECRAFT_1_19, true));
clientbound.register(ServerData.class, ServerData::new, clientbound.register(ServerData.class, ServerData::new,
map(0x3F, MINECRAFT_1_19, true)); map(0x3F, MINECRAFT_1_19, false));
} }
}, },
LOGIN { LOGIN {