Consolidated a little more

This commit is contained in:
Pazaz 2022-05-04 02:12:51 -04:00
parent 774d382816
commit 1c0b9b1755
86 changed files with 1239 additions and 1292 deletions

View file

@ -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;
}
}