mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Rename Class3_Sub2_Sub11 to ByteArrayNode
This commit is contained in:
parent
32ee1195a9
commit
d9c97374a4
2 changed files with 4 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ public final class Static89 {
|
|||
|
||||
@OriginalMember(owner = "client!ha", name = "a", descriptor = "(II)[B")
|
||||
public static byte[] method1837(@OriginalArg(1) int arg0) {
|
||||
@Pc(10) Class3_Sub2_Sub11 local10 = (Class3_Sub2_Sub11) Static53.aClass54_5.method1806((long) arg0);
|
||||
@Pc(10) ByteArrayNode local10 = (ByteArrayNode) Static53.aClass54_5.method1806((long) arg0);
|
||||
if (local10 == null) {
|
||||
@Pc(24) Random local24 = new Random((long) arg0);
|
||||
@Pc(27) byte[] local27 = new byte[512];
|
||||
|
|
@ -92,7 +92,7 @@ public final class Static89 {
|
|||
local27[local58] = local27[local53];
|
||||
local27[local53] = local27[511 - local29] = local62;
|
||||
}
|
||||
local10 = new Class3_Sub2_Sub11(local27);
|
||||
local10 = new ByteArrayNode(local27);
|
||||
Static53.aClass54_5.method1811(local10, (long) arg0);
|
||||
}
|
||||
return local10.aByteArray37;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue