Cross our fingers and hope this is 1.16.2

This commit is contained in:
Andrew Steinborn 2020-08-10 21:45:59 -04:00
parent 9f38134b50
commit ddf0e238e0

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