mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-03 17:51:12 -06: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
|
|
@ -111,7 +111,7 @@ public final class BufferedSocket implements Runnable {
|
|||
}
|
||||
}
|
||||
} catch (@Pc(124) Exception ex) {
|
||||
Static89.report(null, ex);
|
||||
TracingException.report(null, ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -200,7 +200,7 @@ public final class BufferedSocket implements Runnable {
|
|||
}
|
||||
if (this.thread != null) {
|
||||
while (this.thread.status == 0) {
|
||||
Static231.sleep(1L);
|
||||
ThreadUtils.sleep(1L);
|
||||
}
|
||||
if (this.thread.status == 1) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue