fix #20
This commit is contained in:
		
							parent
							
								
									f875e34a67
								
							
						
					
					
						commit
						ad4e6fd6ff
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -77,7 +77,9 @@ public class LoomFernflowerDecompiler extends ConsoleDecompiler { | |||
| 
 | ||||
| 	@Override | ||||
| 	public void copyEntry(String s, String s1, String s2, String s3) { | ||||
| 		super.copyEntry(s, s1, jarName, s3); | ||||
| 		if (s3.endsWith(".java")) { | ||||
| 			super.copyEntry(s, s1, jarName, s3); | ||||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	@Override | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue