mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-21 02:15:14 -06:00
More accurate Buffer naming, renamed allocation arrays
This commit is contained in:
parent
5e66d3ba01
commit
c5ef44dfcb
58 changed files with 891 additions and 896 deletions
|
|
@ -107,7 +107,7 @@ public class FriendsList {
|
|||
@OriginalMember(owner = "client!ni", name = "a", descriptor = "(ILclient!na;I)V")
|
||||
public static void setRank(@OriginalArg(1) JagString arg0, @OriginalArg(2) int arg1) {
|
||||
Protocol.outboundBuffer.p1isaac(188);
|
||||
Protocol.outboundBuffer.p1a(arg1);
|
||||
Protocol.outboundBuffer.p1add(arg1);
|
||||
Protocol.outboundBuffer.p8(arg0.encode37());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue