3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-17 05:20:14 +01:00
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-08-10 12:53:39 -04:00
Ursprung 52c36a5d0f
Commit 9f38134b50

Datei anzeigen

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