[FIX] Добавил 1.14.3

This commit is contained in:
Zaxar163 2019-07-03 15:12:20 +03:00
parent 2c9a9631f5
commit 493fbf8f2b
2 changed files with 3 additions and 1 deletions

View file

@ -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 {

View file

@ -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;