Refactored a bit of the connection process, added a GlobalConfig class to control behavior

This commit is contained in:
Pazaz 2022-04-20 12:58:48 -04:00
parent ec83b1f868
commit 80c6ba05ff
94 changed files with 592 additions and 578 deletions

View file

@ -20,11 +20,11 @@ public final class Js5CacheQueue implements Runnable {
@OriginalMember(owner = "client!k", name = "<init>", descriptor = "()V")
public Js5CacheQueue() {
@Pc(20) PrivilegedRequest local20 = Static71.aClass213_3.method5130(5, this);
while (local20.anInt5925 == 0) {
@Pc(20) PrivilegedRequest local20 = Static71.signLink.method5130(5, this);
while (local20.status == 0) {
Static231.method3983(10L);
}
if (local20.anInt5925 == 2) {
if (local20.status == 2) {
throw new RuntimeException();
}
this.aThread2 = (Thread) local20.anObject6;