mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Refactored Js5 class
This commit is contained in:
parent
c5ef44dfcb
commit
bcb88470f8
49 changed files with 423 additions and 423 deletions
|
|
@ -393,7 +393,7 @@ public final class MidiInstrument extends Node {
|
|||
|
||||
@OriginalMember(owner = "client!jb", name = "a", descriptor = "(ILclient!ve;I)Lclient!jk;")
|
||||
public static MidiInstrument method2320(@OriginalArg(1) Js5 arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(9) byte[] local9 = arg0.method4500(arg1);
|
||||
@Pc(9) byte[] local9 = arg0.fetchFile(arg1);
|
||||
return local9 == null ? null : new MidiInstrument(local9);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue