mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename InputStream_Sub1 to BrokenInputStream
This commit is contained in:
parent
e610580cc7
commit
62e8226497
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue