mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -69,19 +69,4 @@ public final class Static138 {
|
|||
return local34 >> 19 & 0xFF;
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!km", name = "a", descriptor = "(ILjava/lang/Object;Z)[B")
|
||||
public static byte[] method2696(@OriginalArg(1) Object arg0, @OriginalArg(2) boolean arg1) {
|
||||
if (arg0 == null) {
|
||||
return null;
|
||||
} else if (arg0 instanceof byte[]) {
|
||||
@Pc(14) byte[] local14 = (byte[]) arg0;
|
||||
return arg1 ? Static23.method648(local14) : local14;
|
||||
} else if (arg0 instanceof ByteArray) {
|
||||
@Pc(34) ByteArray local34 = (ByteArray) arg0;
|
||||
return local34.get();
|
||||
} else {
|
||||
throw new IllegalArgumentException();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue