Merge pull request #5 from Gerrygames/1.14_18w43c

Add support for 18w43c
This commit is contained in:
Gerrygames 2018-10-26 14:41:15 +02:00 committed by GitHub
commit 864715af40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ public class ProtocolVersion {
register(v1_13 = new ProtocolVersion(393, "1.13"));
register(v1_13_1 = new ProtocolVersion(401, "1.13.1"));
register(v1_13_2 = new ProtocolVersion(404, "1.13.2"));
register(v1_14 = new ProtocolVersion(441, "1.14"));
register(v1_14 = new ProtocolVersion(442, "1.14"));
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
}