dev/0.11
asie 2018-12-13 09:50:01 +01:00
parent f875e34a67
commit ad4e6fd6ff
1 changed files with 3 additions and 1 deletions

View File

@ -77,8 +77,10 @@ public class LoomFernflowerDecompiler extends ConsoleDecompiler {
@Override
public void copyEntry(String s, String s1, String s2, String s3) {
if (s3.endsWith(".java")) {
super.copyEntry(s, s1, jarName, s3);
}
}
@Override
public void saveClassEntry(String s, String s1, String s2, String s3, String s4, int[] mapping) {