mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 11:30:19 -07:00
Rename Class146_Sub1 to DirectByteArray
This commit is contained in:
parent
23b144b6ac
commit
e56aaf901a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!ua")
|
@OriginalClass("client!ua")
|
||||||
public final class Class146_Sub1 extends ByteArray {
|
public final class DirectByteArray extends ByteArray {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!ua", name = "m", descriptor = "Ljava/nio/ByteBuffer;")
|
@OriginalMember(owner = "client!ua", name = "m", descriptor = "Ljava/nio/ByteBuffer;")
|
||||||
private ByteBuffer aByteBuffer10;
|
private ByteBuffer aByteBuffer10;
|
||||||
|
|
@ -184,7 +184,7 @@ public final class Static33 {
|
||||||
}
|
}
|
||||||
if (arg0.length > 136 && !Static84.aBoolean127) {
|
if (arg0.length > 136 && !Static84.aBoolean127) {
|
||||||
try {
|
try {
|
||||||
@Pc(27) ByteArray local27 = (ByteArray) Class.forName("Class146_Sub1").getDeclaredConstructor().newInstance();
|
@Pc(27) ByteArray local27 = (ByteArray) Class.forName("DirectByteArray").getDeclaredConstructor().newInstance();
|
||||||
local27.method4238(arg0);
|
local27.method4238(arg0);
|
||||||
return local27;
|
return local27;
|
||||||
} catch (@Pc(34) Throwable local34) {
|
} catch (@Pc(34) Throwable local34) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue