Changes 1.16-pre7

This commit is contained in:
Five (Xer) 2020-06-16 18:39:51 +02:00
parent a1ab29186b
commit ee64b97b8e
No known key found for this signature in database
GPG Key ID: A3F306B10E6330E7

View File

@ -35,7 +35,7 @@ public enum ProtocolVersion {
MINECRAFT_1_15(573, "1.15"),
MINECRAFT_1_15_1(575, "1.15.1"),
MINECRAFT_1_15_2(578, "1.15.2"),
MINECRAFT_1_16(730, "1.16");
MINECRAFT_1_16(732, "1.16");
private final int protocol;
private final String name;