Changes 20w28a

This commit is contained in:
Five (Xer)
2020-07-12 14:36:28 +02:00
parent 4ba8996fed
commit c8aeac455b
4 changed files with 59 additions and 22 deletions

View File

@@ -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(738, "1.16.2");
MINECRAFT_1_16_2(740, "1.16.2");
private final int protocol;
private final String name;