mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -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
|
|
@ -131,10 +131,10 @@ public final class Static89 {
|
|||
return;
|
||||
}
|
||||
@Pc(109) PrivilegedRequest local109 = Static69.aClass213_4.method5118(new URL(Static69.aClass213_4.anApplet2.getCodeBase(), "clienterror.ws?c=" + Static131.anInt3252 + "&u=" + Static101.aLong98 + "&v1=" + SignLink.aString20 + "&v2=" + SignLink.aString14 + "&e=" + local13));
|
||||
while (local109.anInt5925 == 0) {
|
||||
while (local109.status == 0) {
|
||||
Static231.method3983(1L);
|
||||
}
|
||||
if (local109.anInt5925 == 1) {
|
||||
if (local109.status == 1) {
|
||||
@Pc(128) DataInputStream local128 = (DataInputStream) local109.anObject6;
|
||||
local128.read();
|
||||
local128.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue