mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Refactored GameShell
This commit is contained in:
parent
bc7ecce61c
commit
3c58eb3a01
83 changed files with 700 additions and 712 deletions
|
|
@ -20,7 +20,7 @@ public final class Js5CacheQueue implements Runnable {
|
|||
|
||||
@OriginalMember(owner = "client!k", name = "<init>", descriptor = "()V")
|
||||
public Js5CacheQueue() {
|
||||
@Pc(20) PrivilegedRequest local20 = Static71.signLink.method5130(5, this);
|
||||
@Pc(20) PrivilegedRequest local20 = GameShell.signLink.startThread(5, this);
|
||||
while (local20.status == 0) {
|
||||
Static231.sleep(10L);
|
||||
}
|
||||
|
|
@ -126,7 +126,7 @@ public final class Js5CacheQueue implements Runnable {
|
|||
local19.aByteArray11 = local19.aClass49_3.method1701((int) local19.aLong185);
|
||||
}
|
||||
} catch (@Pc(83) Exception local83) {
|
||||
Static89.method1839(null, local83);
|
||||
Static89.report(null, local83);
|
||||
}
|
||||
local19.aBoolean226 = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue