mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06: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
|
|
@ -27,7 +27,7 @@ public final class Static59 {
|
|||
Static103.method2232(Static231.anInt5204 - 1);
|
||||
}
|
||||
}
|
||||
} else if (Static155.anInt3751 == Static7.clickX && Static60.anInt1892 == Static60.clickY) {
|
||||
} else if (Static155.anInt3751 == Mouse.clickX && Static60.anInt1892 == Mouse.clickY) {
|
||||
Static226.anInt3953 = 0;
|
||||
if (Static172.shiftClick && Keyboard.pressedKeys[Keyboard.KEY_SHIFT] && Static231.anInt5204 > 2) {
|
||||
Static103.method2232(Static231.anInt5204 - 2);
|
||||
|
|
@ -35,9 +35,9 @@ public final class Static59 {
|
|||
Static103.method2232(Static231.anInt5204 - 1);
|
||||
}
|
||||
} else {
|
||||
Static280.anInt5895 = Static60.clickY;
|
||||
Static280.anInt5895 = Mouse.clickY;
|
||||
Static226.anInt3953 = 2;
|
||||
Static277.anInt5850 = Static7.clickX;
|
||||
Static277.anInt5850 = Mouse.clickX;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue