mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 12:30:21 -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
|
|
@ -18,7 +18,7 @@ public final class Static18 {
|
|||
|
||||
@OriginalMember(owner = "client!bh", name = "a", descriptor = "(Lclient!fe;Z)V")
|
||||
public static void method553(@OriginalArg(0) PathingEntity arg0) {
|
||||
@Pc(8) int local8 = arg0.anInt3395 - Static83.loop;
|
||||
@Pc(8) int local8 = arg0.anInt3395 - client.loop;
|
||||
@Pc(20) int local20 = arg0.anInt3380 * 128 + arg0.getSize() * 64;
|
||||
@Pc(36) int local36 = arg0.anInt3428 * 128 + arg0.getSize() * 64;
|
||||
if (arg0.anInt3431 == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue