do not try closing twice in ModProcessor
This commit is contained in:
		
							parent
							
								
									dbaba22207
								
							
						
					
					
						commit
						24b1b0669d
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -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 a new issue