diff options
Diffstat (limited to 'src/cuchaz/enigma/Deobfuscator.java')
| -rw-r--r-- | src/cuchaz/enigma/Deobfuscator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuchaz/enigma/Deobfuscator.java b/src/cuchaz/enigma/Deobfuscator.java index cc1465a..9a78f38 100644 --- a/src/cuchaz/enigma/Deobfuscator.java +++ b/src/cuchaz/enigma/Deobfuscator.java | |||
| @@ -70,7 +70,7 @@ public class Deobfuscator | |||
| 70 | 70 | ||
| 71 | // build the jar index | 71 | // build the jar index |
| 72 | m_jarIndex = new JarIndex(); | 72 | m_jarIndex = new JarIndex(); |
| 73 | m_jarIndex.indexJar( m_jar ); | 73 | m_jarIndex.indexJar( m_jar, true ); |
| 74 | 74 | ||
| 75 | // config the decompiler | 75 | // config the decompiler |
| 76 | m_settings = DecompilerSettings.javaDefaults(); | 76 | m_settings = DecompilerSettings.javaDefaults(); |