do not try closing twice in ModProcessor

dev/0.11
asie 2018-11-12 00:35:12 +01:00
parent dbaba22207
commit 24b1b0669d
1 changed files with 0 additions and 2 deletions

View File

@ -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 {