mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:11:10 +00:00
Switch for deobfuscation modes changed to checkbox (reset to disable old mode)
This commit is contained in:
@@ -330,7 +330,7 @@ public final class MethodBody implements Cloneable {
|
||||
b.getCode().markMappedOffsets();
|
||||
|
||||
if (Configuration.autoDeobfuscate.get()) {
|
||||
if (Configuration.deobfuscationMode.get() == 0) {
|
||||
if (Configuration.deobfuscationOldMode.get()) {
|
||||
try {
|
||||
b.getCode().removeTraps(constants, trait, method_info.get(this.method_info), b, abc, scriptIndex, classIndex, isStatic, path);
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user