Rename InputStream_Sub1 to BrokenInputStream

This commit is contained in:
Pazaz 2022-04-19 06:03:47 -04:00
parent e610580cc7
commit 62e8226497
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ import org.openrs2.deob.annotation.OriginalClass;
import org.openrs2.deob.annotation.OriginalMember;
@OriginalClass("client!qk")
public final class InputStream_Sub1 extends InputStream {
public final class BrokenInputStream extends InputStream {
@OriginalMember(owner = "client!qk", name = "read", descriptor = "()I")
@Override

View file

@ -184,7 +184,7 @@ public final class BufferedSocket implements Runnable {
@OriginalMember(owner = "client!ma", name = "a", descriptor = "(Z)V")
public final void method2833() {
if (!this.aBoolean177) {
this.anInputStream1 = new InputStream_Sub1();
this.anInputStream1 = new BrokenInputStream();
this.anOutputStream1 = new BrokenOutputStream();
}
}