mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -6,7 +6,7 @@ import org.openrs2.deob.annotation.Pc;
|
|||
public final class MouseRecorder implements Runnable {
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "e", descriptor = "Z")
|
||||
public boolean aBoolean151 = true;
|
||||
public boolean running = true;
|
||||
|
||||
@OriginalMember(owner = "client!jd", name = "f", descriptor = "Ljava/lang/Object;")
|
||||
public final Object lock = new Object();
|
||||
|
|
@ -23,7 +23,7 @@ public final class MouseRecorder implements Runnable {
|
|||
@OriginalMember(owner = "client!jd", name = "run", descriptor = "()V")
|
||||
@Override
|
||||
public final void run() {
|
||||
while (this.aBoolean151) {
|
||||
while (this.running) {
|
||||
@Pc(12) Object local12 = this.lock;
|
||||
synchronized (this.lock) {
|
||||
if (this.samples < 500) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue