Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-12-25 07:40:13 +01:00
Snapshot 1.18-pre5
Dieser Commit ist enthalten in:
Ursprung
2dfc7ffbf2
Commit
830fb6a561
@ -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, 52, "1.18"); // Snapshot: 1.18-pre4, future protocol: 757
|
||||
MINECRAFT_1_18(-1, 53, "1.18"); // Snapshot: 1.18-pre5, future protocol: 757
|
||||
|
||||
private static final int SNAPSHOT_BIT = 30;
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren