3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 22:50:15 +02:00

Cross our fingers and hope this is 1.16.2

Dieser Commit ist enthalten in:
Andrew Steinborn 2020-08-10 21:45:59 -04:00
Ursprung 9f38134b50
Commit ddf0e238e0

Datei anzeigen

@ -37,7 +37,7 @@ public enum ProtocolVersion {
MINECRAFT_1_15_2(578, "1.15.2"), MINECRAFT_1_15_2(578, "1.15.2"),
MINECRAFT_1_16(735, "1.16"), MINECRAFT_1_16(735, "1.16"),
MINECRAFT_1_16_1(736, "1.16.1"), MINECRAFT_1_16_1(736, "1.16.1"),
MINECRAFT_1_16_2(750, "1.16.2"); MINECRAFT_1_16_2(751, "1.16.2");
private final int protocol; private final int protocol;
private final String name; private final String name;