3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Snapshot 21w38a

Dieser Commit ist enthalten in:
Five (Xer) 2021-09-25 13:45:46 +02:00
Ursprung ac92de8a0e
Commit 0896d66ac2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 37DED8CFF428E1A4

Datei anzeigen

@ -56,7 +56,7 @@ public enum ProtocolVersion {
MINECRAFT_1_16_4(754, "1.16.4", "1.16.5"),
MINECRAFT_1_17(755, "1.17"),
MINECRAFT_1_17_1(756, "1.17.1"),
MINECRAFT_1_18(-1, 41, "1.18"); // Snapshot: 21w37a, future protocol: 757
MINECRAFT_1_18(-1, 42, "1.18"); // Snapshot: 21w38a, future protocol: 757
private static final int SNAPSHOT_BIT = 30;