mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-21 02:15:14 -06:00
Consolidated a little more
This commit is contained in:
parent
774d382816
commit
1c0b9b1755
86 changed files with 1239 additions and 1292 deletions
|
|
@ -110,4 +110,17 @@ public class FriendsList {
|
|||
Protocol.outboundBuffer.p1a(arg1);
|
||||
Protocol.outboundBuffer.p8(arg0.encode37());
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!ac", name = "a", descriptor = "(Lclient!na;I)I")
|
||||
public static int method25(@OriginalArg(0) JagString arg0) {
|
||||
if (arg0 == null) {
|
||||
return -1;
|
||||
}
|
||||
for (@Pc(20) int local20 = 0; local20 < size; local20++) {
|
||||
if (arg0.equalsIgnoreCase(usernames[local20])) {
|
||||
return local20;
|
||||
}
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue