mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-19 14:33:04 +03:00
[ANY] Поддержка пинга 1.15 и 1.15.1
This commit is contained in:
parent
ea92e644f4
commit
96c1355c3b
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ public enum Version {
|
||||||
MC1141("1.14.1", 480),
|
MC1141("1.14.1", 480),
|
||||||
MC1142("1.14.2", 485),
|
MC1142("1.14.2", 485),
|
||||||
MC1143("1.14.3", 490),
|
MC1143("1.14.3", 490),
|
||||||
MC1144("1.14.4", 498);
|
MC1144("1.14.4", 498),
|
||||||
|
MC115("1.15", 573),
|
||||||
|
MC1151("1.15.1", 575);
|
||||||
private static final Map<String, Version> VERSIONS;
|
private static final Map<String, Version> VERSIONS;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in a new issue