mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Refactored Buffer class
This commit is contained in:
parent
65965ea3a2
commit
6d9afcdc29
165 changed files with 2763 additions and 2728 deletions
|
|
@ -55,11 +55,11 @@ public final class Static170 {
|
|||
@OriginalMember(owner = "client!nh", name = "a", descriptor = "(I[B)Z")
|
||||
public static boolean method2572(@OriginalArg(1) byte[] arg0) {
|
||||
@Pc(13) Buffer local13 = new Buffer(arg0);
|
||||
@Pc(17) int local17 = local13.method2229();
|
||||
@Pc(17) int local17 = local13.g1();
|
||||
if (local17 != 1) {
|
||||
return false;
|
||||
}
|
||||
@Pc(33) boolean local33 = local13.method2229() == 1;
|
||||
@Pc(33) boolean local33 = local13.g1() == 1;
|
||||
if (local33) {
|
||||
Static97.method1962(local13);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue