mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Refactored a bit of the connection process, added a GlobalConfig class to control behavior
This commit is contained in:
parent
ec83b1f868
commit
80c6ba05ff
94 changed files with 592 additions and 578 deletions
|
|
@ -15,10 +15,10 @@ public final class Static140 {
|
|||
@OriginalMember(owner = "client!la", name = "a", descriptor = "(Lclient!wa;Z)V")
|
||||
public static void method2705(@OriginalArg(0) Buffer arg0) {
|
||||
@Pc(15) byte[] local15 = new byte[24];
|
||||
if (Static121.aClass38_3 != null) {
|
||||
if (Static121.uid != null) {
|
||||
try {
|
||||
Static121.aClass38_3.method1459(0L);
|
||||
Static121.aClass38_3.method1457(local15);
|
||||
Static121.uid.method1459(0L);
|
||||
Static121.uid.method1457(local15);
|
||||
@Pc(28) int local28;
|
||||
for (local28 = 0; local28 < 24 && local15[local28] == 0; local28++) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue