We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88d6a7 commit e3a2409Copy full SHA for e3a2409
src/io/github/thistestuser/DeobfuscatorFrame.java
@@ -549,6 +549,7 @@ public void actionPerformed(ActionEvent e)
549
System.setErr(print);
550
System.setOut(print);
551
// Runs it using reflection
552
+ loadTransformers(deobfuscatorField.getText(), successOrFail);
553
if(DEOBFUSCATOR_VERSION == DeobfuscatorVersion.NEW)
554
{
555
thread = new Thread(new Runnable()
0 commit comments