[BUGFIX] Generating random UUID

Also reformatted the code
This commit is contained in:
Emma Stone
2017-08-31 19:54:37 +01:00
parent 88f8d58c49
commit 2e573eeae7
7 changed files with 21 additions and 19 deletions
@@ -12,10 +12,9 @@ import org.parabot.environment.randoms.RandomType;
*/
public class AntiDetector implements Random, Runnable {
private boolean activated;
private final String[] toBeNull = { "P", "Q", "N" };
private final String className = "cb";
private boolean activated;
@Override
public boolean activate() {