mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Опечатка в ClientProfile
This commit is contained in:
parent
76661305af
commit
63183873a5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue