mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06: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
|
|
@ -22,7 +22,7 @@ public final class MillisTimer extends Timer {
|
|||
private int anInt3553 = 0;
|
||||
|
||||
@OriginalMember(owner = "client!lj", name = "k", descriptor = "J")
|
||||
private long aLong122 = MonotonicClock.method5096();
|
||||
private long aLong122 = MonotonicClock.currentTimeMillis();
|
||||
|
||||
@OriginalMember(owner = "client!lj", name = "<init>", descriptor = "()V")
|
||||
public MillisTimer() {
|
||||
|
|
@ -46,7 +46,7 @@ public final class MillisTimer extends Timer {
|
|||
@Pc(20) int local20 = this.anInt3550;
|
||||
this.anInt3550 = 300;
|
||||
this.anInt3552 = 1;
|
||||
this.aLong122 = MonotonicClock.method5096();
|
||||
this.aLong122 = MonotonicClock.currentTimeMillis();
|
||||
if (this.aLongArray4[this.anInt3549] == 0L) {
|
||||
this.anInt3550 = local20;
|
||||
this.anInt3552 = local17;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue