Minecraft 1.15-pre7

This commit is contained in:
Andrew Steinborn 2019-12-09 18:00:08 -05:00 committed by GitHub
parent 8c3f7e2ecc
commit b5aeeab2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ public enum ProtocolVersion {
MINECRAFT_1_14_2(485, "1.14.2"), MINECRAFT_1_14_2(485, "1.14.2"),
MINECRAFT_1_14_3(490, "1.14.3"), MINECRAFT_1_14_3(490, "1.14.3"),
MINECRAFT_1_14_4(498, "1.14.4"), MINECRAFT_1_14_4(498, "1.14.4"),
MINECRAFT_1_15(566, "1.15-pre2"); MINECRAFT_1_15(572, "1.15-pre7");
private final int protocol; private final int protocol;
private final String name; private final String name;