[FIX] Опечатка в ClientProfile

This commit is contained in:
Gravit 2019-04-27 19:51:29 +07:00
parent 76661305af
commit 63183873a5
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -27,7 +27,7 @@ public enum Version {
MC1122("1.12.2", 340),
MC113("1.13", 393),
MC1131("1.13.1", 401),
MC1132("1.13.2", 402);
MC1132("1.13.2", 402),
MC114("1.14", 477);
private static final Map<String, Version> VERSIONS;