mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-11 17:10:24 -07:00
Moved p1isaac calls to ClientProt, need to organize them outside of this class later
This commit is contained in:
parent
11db30a704
commit
dc6deb9151
22 changed files with 1284 additions and 1277 deletions
|
|
@ -227,7 +227,7 @@ public final class Static2 {
|
|||
local193 = Static145.anIntArrayArray25[local3][local8];
|
||||
}
|
||||
if (local61 > 0) {
|
||||
Static193.method3502(local61, arg9);
|
||||
ClientProt.method3502(local61, arg9);
|
||||
return true;
|
||||
} else if (arg9 == 1) {
|
||||
return false;
|
||||
|
|
@ -236,13 +236,6 @@ public final class Static2 {
|
|||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(IZI)V")
|
||||
public static void method10(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
Protocol.outboundBuffer.p1isaac(132);
|
||||
Protocol.outboundBuffer.p4rme(arg1);
|
||||
Protocol.outboundBuffer.p2le(arg0);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!aa", name = "a", descriptor = "(BLclient!be;)V")
|
||||
public static void method13(@OriginalArg(1) Component arg0) {
|
||||
@Pc(16) int local16 = arg0.anInt453;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue