fix: IllegalArgumentException

This commit is contained in:
huanghongxun
2020-04-29 20:18:43 +08:00
parent 1bba1b427c
commit 3ae1c3467b

View File

@@ -49,9 +49,6 @@ public final class MinecraftInstanceTask<T> extends Task<Void> {
this.manifest = manifest;
this.jsonFile = jsonFile;
this.type = type;
if (!zipFile.exists())
throw new IllegalArgumentException("File " + zipFile + " does not exist. Cannot parse this modpack.");
}
@Override