mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 16:05:13 -06:00
Refactored GameShell
This commit is contained in:
parent
bc7ecce61c
commit
3c58eb3a01
83 changed files with 700 additions and 712 deletions
|
|
@ -68,7 +68,7 @@ public final class Static31 {
|
|||
}
|
||||
}
|
||||
if (Static219.anInt4937 == 1) {
|
||||
Static72.aClass212_3 = Static71.signLink.openSocket(Static143.worldListHostname, Static208.worldListPort);
|
||||
Static72.aClass212_3 = GameShell.signLink.openSocket(Static143.worldListHostname, Static208.worldListPort);
|
||||
Static219.anInt4937 = 2;
|
||||
}
|
||||
@Pc(126) int local126;
|
||||
|
|
@ -79,7 +79,7 @@ public final class Static31 {
|
|||
if (Static72.aClass212_3.status != 1) {
|
||||
return;
|
||||
}
|
||||
Static124.socket = new BufferedSocket((Socket) Static72.aClass212_3.result, Static71.signLink);
|
||||
Static124.socket = new BufferedSocket((Socket) Static72.aClass212_3.result, GameShell.signLink);
|
||||
Static72.aClass212_3 = null;
|
||||
Static124.socket.write(Static6.outboundBuffer.data, Static6.outboundBuffer.offset);
|
||||
if (Static11.aClass62_1 != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue