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");
|
||||
priority = 1;
|
||||
if (entry == null) {
|
||||
jarFile.close();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue