3
0
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:
56738 2022-07-19 15:34:27 +02:00 committet von GitHub
Ursprung e8bf6ab522
Commit 6be344d919
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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 {