Update JavaObfuscator.java
Resolving https://github.com/Konloch/bytecode-viewer/issues/281
This commit is contained in:
parent
4dd9d6df27
commit
a306db20ab
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ public abstract class JavaObfuscator extends Thread {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
System.out.println("mibbzz is gay");
|
|
||||||
BytecodeViewer.viewer.setIcon(true);
|
BytecodeViewer.viewer.setIcon(true);
|
||||||
BytecodeViewer.runningObfuscation = true;
|
BytecodeViewer.runningObfuscation = true;
|
||||||
obfuscate();
|
obfuscate();
|
||||||
|
|
Loading…
Reference in a new issue