mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -22,7 +22,7 @@ public final class Js5CacheQueue implements Runnable {
|
|||
public Js5CacheQueue() {
|
||||
@Pc(20) PrivilegedRequest local20 = GameShell.signLink.startThread(5, this);
|
||||
while (local20.status == 0) {
|
||||
Static231.sleep(10L);
|
||||
ThreadUtils.sleep(10L);
|
||||
}
|
||||
if (local20.status == 2) {
|
||||
throw new RuntimeException();
|
||||
|
|
@ -126,7 +126,7 @@ public final class Js5CacheQueue implements Runnable {
|
|||
local19.aByteArray11 = local19.aClass49_3.read((int) local19.secondaryKey);
|
||||
}
|
||||
} catch (@Pc(83) Exception local83) {
|
||||
Static89.report(null, local83);
|
||||
TracingException.report(null, local83);
|
||||
}
|
||||
local19.aBoolean226 = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue