mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Refactored a bit of the connection process, added a GlobalConfig class to control behavior
This commit is contained in:
parent
ec83b1f868
commit
80c6ba05ff
94 changed files with 592 additions and 578 deletions
|
|
@ -97,9 +97,9 @@ public final class Static63 {
|
|||
while (true) {
|
||||
local8 = (IntNode) aClass69_51.method2287();
|
||||
if (local8 == null) {
|
||||
if (anInt1945 + anInt1944 + anInt1942 > 100663296 && MonotonicClock.method5096() > aLong71 + 60000L) {
|
||||
if (anInt1945 + anInt1944 + anInt1942 > 100663296 && MonotonicClock.currentTimeMillis() > aLong71 + 60000L) {
|
||||
System.gc();
|
||||
aLong71 = MonotonicClock.method5096();
|
||||
aLong71 = MonotonicClock.currentTimeMillis();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue