3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-17 05:20:14 +01:00

Anticipatory bump to final Minecraft 1.16 version

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-06-22 20:25:38 -04:00
Ursprung 0dd6fe1ef2
Commit ac40dfef57

Datei anzeigen

@ -35,7 +35,7 @@ public enum ProtocolVersion {
MINECRAFT_1_15(573, "1.15"),
MINECRAFT_1_15_1(575, "1.15.1"),
MINECRAFT_1_15_2(578, "1.15.2"),
MINECRAFT_1_16(734, "1.16");
MINECRAFT_1_16(735, "1.16");
private final int protocol;
private final String name;