mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Поддержка пинга 1.15
This commit is contained in:
parent
53c8a548f0
commit
a03bc919a0
2 changed files with 3 additions and 2 deletions
|
@ -39,7 +39,8 @@ public enum Version {
|
|||
MC1141("1.14.1", 480),
|
||||
MC1142("1.14.2", 485),
|
||||
MC1143("1.14.3", 490),
|
||||
MC1144("1.14.4", 498);
|
||||
MC1144("1.14.4", 498),
|
||||
MC115("1.15", 573);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit c3ce7d13bf9b31a6121b35198059d7289f855d0f
|
||||
Subproject commit f9d3362bc3e354a32765871265b1e564d62909d5
|
Loading…
Reference in a new issue