Update ClientProfile.java

This commit is contained in:
Dbarkovski 2020-08-14 12:52:05 +03:00 committed by GitHub
parent 46ce073a1f
commit c34d18cf98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -411,7 +411,7 @@ public enum Version {
MC1151("1.15.1", 575),
MC1152("1.15.2", 578),
MC1161("1.16.1", 736),
MC1162("1.16.2", 739);
MC1162("1.16.2", 751);
private static final Map<String, Version> VERSIONS;
static {