mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 13:30:30 -07:00
Refactored GameShell
This commit is contained in:
parent
bc7ecce61c
commit
3c58eb3a01
83 changed files with 700 additions and 712 deletions
|
|
@ -93,7 +93,7 @@ public final class Static207 {
|
|||
return 0;
|
||||
}
|
||||
System.out.println(Static208.worldListPort);
|
||||
Static72.aClass212_3 = Static71.signLink.openSocket(Static143.worldListHostname, Static208.worldListPort);
|
||||
Static72.aClass212_3 = GameShell.signLink.openSocket(Static143.worldListHostname, Static208.worldListPort);
|
||||
Static15.aLong18 = MonotonicClock.currentTimeMillis();
|
||||
Static82.anInt2231 = 1;
|
||||
}
|
||||
|
|
@ -109,7 +109,7 @@ public final class Static207 {
|
|||
if (Static72.aClass212_3.status != 1) {
|
||||
return -1;
|
||||
}
|
||||
Static124.socket = new BufferedSocket((Socket) Static72.aClass212_3.result, Static71.signLink);
|
||||
Static124.socket = new BufferedSocket((Socket) Static72.aClass212_3.result, GameShell.signLink);
|
||||
Static6.outboundBuffer.offset = 0;
|
||||
Static72.aClass212_3 = null;
|
||||
local82 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue