mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
[FIX] Поддержка 1.15.2
This commit is contained in:
parent
e98a74dd2a
commit
0aa2787a8b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public enum Version {
|
||||||
MC1144("1.14.4", 498),
|
MC1144("1.14.4", 498),
|
||||||
MC115("1.15", 573),
|
MC115("1.15", 573),
|
||||||
MC1151("1.15.1", 575),
|
MC1151("1.15.1", 575),
|
||||||
MC1151("1.15.2", 578);
|
MC1152("1.15.2", 578);
|
||||||
private static final Map<String, Version> VERSIONS;
|
private static final Map<String, Version> VERSIONS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue