Port of #325 for Velocity 1.1.0

Co-authored-by: Five (Xer) <admin@xernium.com>
This commit is contained in:
Andrew Steinborn
2020-08-05 18:12:36 -04:00
parent 3beaeb2df7
commit d79c1d0407
6 changed files with 198 additions and 75 deletions

View File

@@ -38,7 +38,8 @@ public enum ProtocolVersion {
MINECRAFT_1_15_1(575, "1.15.1"),
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_1(736, "1.16.1"),
MINECRAFT_1_16_2(746, "1.16.2");
private final int protocol;
private final String name;