Close jar when no fabric-installer.json found
parent
4c625b45bc
commit
8d326da8be
|
@ -138,6 +138,7 @@ public class ModProcessor {
|
||||||
entry = jarFile.getEntry("fabric-installer.json");
|
entry = jarFile.getEntry("fabric-installer.json");
|
||||||
priority = 1;
|
priority = 1;
|
||||||
if (entry == null) {
|
if (entry == null) {
|
||||||
|
jarFile.close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue