mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Refactored some buffering classes
This commit is contained in:
parent
38800991cb
commit
e79d5ddee8
29 changed files with 391 additions and 391 deletions
|
|
@ -84,7 +84,7 @@ public final class Static23 {
|
|||
public static byte[] method648(@OriginalArg(1) byte[] arg0) {
|
||||
@Pc(6) int local6 = arg0.length;
|
||||
@Pc(9) byte[] local9 = new byte[local6];
|
||||
Static289.method2612(arg0, 0, local9, 0, local6);
|
||||
Static289.copy(arg0, 0, local9, 0, local6);
|
||||
return local9;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue