mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored Js5 class
This commit is contained in:
parent
c5ef44dfcb
commit
bcb88470f8
49 changed files with 423 additions and 423 deletions
|
|
@ -58,11 +58,4 @@ public final class Static23 {
|
|||
}
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!bm", name = "a", descriptor = "(B[B)[B")
|
||||
public static byte[] method648(@OriginalArg(1) byte[] arg0) {
|
||||
@Pc(6) int local6 = arg0.length;
|
||||
@Pc(9) byte[] local9 = new byte[local6];
|
||||
JagString.copy(arg0, 0, local9, 0, local6);
|
||||
return local9;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue