Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too

This commit is contained in:
Pazaz 2022-04-23 16:25:30 -04:00
parent e11ef7d372
commit d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions

View file

@ -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")