mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06: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
|
|
@ -34,7 +34,7 @@ public final class Static169 {
|
|||
}
|
||||
if (Static239.aBoolean269 && Static40.aBoolean78) {
|
||||
try {
|
||||
Static287.method1758(Static71.aClass213_3.anApplet2, "openjs", new Object[] { arg0.method3127(Static230.anApplet_Sub1_1.getCodeBase()).toString() });
|
||||
Static287.method1758(Static71.signLink.anApplet2, "openjs", new Object[] { arg0.method3127(Static230.anApplet_Sub1_1.getCodeBase()).toString() });
|
||||
return;
|
||||
} catch (@Pc(48) Throwable local48) {
|
||||
}
|
||||
|
|
@ -65,13 +65,13 @@ public final class Static169 {
|
|||
return null;
|
||||
}
|
||||
@Pc(90) PrivilegedRequest local90 = arg3.method5129(arg0, arg1, arg2);
|
||||
while (local90.anInt5925 == 0) {
|
||||
while (local90.status == 0) {
|
||||
Static231.method3983(10L);
|
||||
}
|
||||
@Pc(103) Frame local103 = (Frame) local90.anObject6;
|
||||
if (local103 == null) {
|
||||
return null;
|
||||
} else if (local90.anInt5925 == 2) {
|
||||
} else if (local90.status == 2) {
|
||||
Static25.method714(local103, arg3);
|
||||
return null;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue