mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Move packets to Protocol class, general refactoring
This commit is contained in:
parent
b3a5fdbec9
commit
49ccfc34ec
142 changed files with 3092 additions and 3089 deletions
|
|
@ -31,8 +31,8 @@ public final class MouseRecorder implements Runnable {
|
|||
@Pc(12) Object local12 = this.lock;
|
||||
synchronized (this.lock) {
|
||||
if (this.samples < 500) {
|
||||
this.x[this.samples] = Static215.anInt4873;
|
||||
this.y[this.samples] = Static223.anInt5032;
|
||||
this.x[this.samples] = Mouse.anInt4873;
|
||||
this.y[this.samples] = Mouse.anInt5032;
|
||||
this.samples++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue