mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Replaced getDeclaredConstructor with constructors
This commit is contained in:
parent
fd3572f709
commit
37883b9f35
7 changed files with 7 additions and 19 deletions
|
|
@ -56,7 +56,7 @@ public final class Static33 {
|
|||
}
|
||||
if (arg0.length > 136 && !Static84.aBoolean127) {
|
||||
try {
|
||||
@Pc(27) ByteArray local27 = (ByteArray) Class.forName("rt4.DirectByteArray").getDeclaredConstructor().newInstance();
|
||||
@Pc(27) ByteArray local27 = new DirectByteArray();
|
||||
local27.set(arg0);
|
||||
return local27;
|
||||
} catch (@Pc(34) Throwable local34) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue