mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Rename Class146 to ByteArray
This commit is contained in:
parent
08fa3d7bf3
commit
23b144b6ac
4 changed files with 5 additions and 5 deletions
|
|
@ -106,8 +106,8 @@ public final class Static138 {
|
|||
} else if (arg0 instanceof byte[]) {
|
||||
@Pc(14) byte[] local14 = (byte[]) arg0;
|
||||
return arg1 ? Static23.method648(local14) : local14;
|
||||
} else if (arg0 instanceof Class146) {
|
||||
@Pc(34) Class146 local34 = (Class146) arg0;
|
||||
} else if (arg0 instanceof ByteArray) {
|
||||
@Pc(34) ByteArray local34 = (ByteArray) arg0;
|
||||
return local34.method4236();
|
||||
} else {
|
||||
throw new IllegalArgumentException();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue