Skip to content

Commit e3a2409

Browse files
committed
Provide fix to error 3 by reloading the deobfuscator.jar
1 parent c88d6a7 commit e3a2409

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io/github/thistestuser/DeobfuscatorFrame.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ public void actionPerformed(ActionEvent e)
549549
System.setErr(print);
550550
System.setOut(print);
551551
// Runs it using reflection
552+
loadTransformers(deobfuscatorField.getText(), successOrFail);
552553
if(DEOBFUSCATOR_VERSION == DeobfuscatorVersion.NEW)
553554
{
554555
thread = new Thread(new Runnable()

0 commit comments

Comments
 (0)