From d1c8280621345f3bf520d17f8789371e4ddb177d Mon Sep 17 00:00:00 2001 From: Sgeo Date: Fri, 19 Mar 2021 00:33:08 -0400 Subject: Correct parseNetData signature --- src/jar/net/network/obj_id.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jar/net/network/obj_id.md b/src/jar/net/network/obj_id.md index a591366..23dc865 100644 --- a/src/jar/net/network/obj_id.md +++ b/src/jar/net/network/obj_id.md @@ -35,7 +35,7 @@ Returns [`this._shortObjID`](#private-int-_shortobjid). ### `public int longID()` Returns [`this._longObjID`](#private-string-_longobjid). -### `void parseNetData(`[`ServerOutputStream`](./server_output_stream.md)` o) throws IOException` +### `void parseNetData(`[`ServerInputStream`](./server_input_stream.md)` o) throws IOException` ```java if (this._longObjID != null) { o.writeByte(0); -- cgit v1.2.3