Decode ServerData packet (#799)
This commit is contained in:
@@ -312,7 +312,7 @@ public enum StateRegistry {
|
||||
clientbound.register(SystemChat.class, SystemChat::new,
|
||||
map(0x5F, MINECRAFT_1_19, true));
|
||||
clientbound.register(ServerData.class, ServerData::new,
|
||||
map(0x3F, MINECRAFT_1_19, true));
|
||||
map(0x3F, MINECRAFT_1_19, false));
|
||||
}
|
||||
},
|
||||
LOGIN {
|
||||
|
Reference in New Issue
Block a user