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

@ -23,5 +23,5 @@ public final class PrivilegedRequest {
public int anInt5927;
@OriginalMember(owner = "signlink!im", name = "d", descriptor = "I")
public volatile int anInt5925 = 0;
public volatile int status = 0;
}