Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Decode ServerData packet (#799)
Dieser Commit ist enthalten in:
Ursprung
e8bf6ab522
Commit
6be344d919
@ -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 {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren