do not try closing twice in ModProcessor
parent
dbaba22207
commit
24b1b0669d
|
@ -110,8 +110,6 @@ public class ModProcessor {
|
|||
remapper.read(mc);
|
||||
remapper.read(mcDeps);
|
||||
remapper.apply(input.toPath(), outputConsumer);
|
||||
outputConsumer.finish();
|
||||
remapper.finish();
|
||||
} catch (Exception e){
|
||||
throw new RuntimeException("Failed to remap JAR to " + toM, e);
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue