diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/jar/net/network/obj_id.md | 2 |
1 files changed, 1 insertions, 1 deletions
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); |