diff --git a/HMCLCore/src/main/java/org/jackhuang/hmcl/mod/MinecraftInstanceTask.java b/HMCLCore/src/main/java/org/jackhuang/hmcl/mod/MinecraftInstanceTask.java index 3a37eeb7a..17caf14cd 100644 --- a/HMCLCore/src/main/java/org/jackhuang/hmcl/mod/MinecraftInstanceTask.java +++ b/HMCLCore/src/main/java/org/jackhuang/hmcl/mod/MinecraftInstanceTask.java @@ -49,9 +49,6 @@ public final class MinecraftInstanceTask extends Task { 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