mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Rename OutputStream_Sub1 to BrokenOutputStream
This commit is contained in:
parent
e71a944527
commit
e610580cc7
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import org.openrs2.deob.annotation.OriginalClass;
|
|||
import org.openrs2.deob.annotation.OriginalMember;
|
||||
|
||||
@OriginalClass("client!vg")
|
||||
public final class OutputStream_Sub1 extends OutputStream {
|
||||
public final class BrokenOutputStream extends OutputStream {
|
||||
|
||||
@OriginalMember(owner = "client!vg", name = "write", descriptor = "(I)V")
|
||||
@Override
|
||||
|
|
@ -185,7 +185,7 @@ public final class BufferedSocket implements Runnable {
|
|||
public final void method2833() {
|
||||
if (!this.aBoolean177) {
|
||||
this.anInputStream1 = new InputStream_Sub1();
|
||||
this.anOutputStream1 = new OutputStream_Sub1();
|
||||
this.anOutputStream1 = new BrokenOutputStream();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue