Merge branch 'future/1.16.2' of https://github.com/Xernium/Velocity into Xernium-future/1.16.2

This commit is contained in:
Andrew Steinborn
2020-08-05 10:34:17 -04:00
4 changed files with 100 additions and 30 deletions

View File

@@ -36,7 +36,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(741, "1.16.2");
private final int protocol;
private final String name;