mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -27,7 +27,7 @@ public final class SignLinkAudioChannel extends AudioChannel {
|
|||
@OriginalMember(owner = "client!hl", name = "a", descriptor = "()V")
|
||||
@Override
|
||||
protected final void write() {
|
||||
audioSource.write(this.channel, this.anIntArray411);
|
||||
audioSource.write(this.channel, this.samples);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!hl", name = "a", descriptor = "(Ljava/awt/Component;)V")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue