mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Добавил 1.14.3
This commit is contained in:
parent
2c9a9631f5
commit
493fbf8f2b
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,8 @@ public enum Version {
|
|||
MC1132("1.13.2", 402),
|
||||
MC114("1.14", 477),
|
||||
MC1141("1.14.1", 480),
|
||||
MC1142("1.14.2", 485);
|
||||
MC1142("1.14.2", 485),
|
||||
MC1143("1.14.3", 490);
|
||||
private static final Map<String, Version> VERSIONS;
|
||||
|
||||
static {
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
import pro.gravit.launcher.LauncherAPI;
|
||||
|
||||
public final class IOHelper {
|
||||
public static final long MB32 = 1 << 25;
|
||||
private static final class DeleteDirVisitor extends SimpleFileVisitor<Path> {
|
||||
private final Path dir;
|
||||
private final boolean self;
|
||||
|
|
Loading…
Reference in a new issue