From d836730506da815a3f1dcf93f98b5fb69e9260e6 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 29 Sep 2023 02:43:08 -0400 Subject: [PATCH] Update Network.Packet Commands --- Network.Packet-Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Network.Packet-Commands.md b/Network.Packet-Commands.md index c378977..2c1444d 100644 --- a/Network.Packet-Commands.md +++ b/Network.Packet-Commands.md @@ -3,7 +3,7 @@ | 1 | ✗ | ✗ | [LongLocation](Network.CMD_LONGLOC) | Used for long movement and z-coordinate movement. | | 2 | | | [State](Network.CMD_STATE) | Updates current processing state of client. Functionality removed. | | 3 | ✗ | ✗ | [Properties](Network.CMD_PROP) | Old Property list. | -| 4 | ✗ | ✗ | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. | +| 4 | ✗ | | [ShortLocation](Network.CMD_SHORTLOC) | X and Y movement deltas. | | 5 | ✗ | ✗ | [RoomChange](Network.CMD_ROOMCHNG) | Indication of user changing rooms, includes new location within room. | | 6 | ✗ | ✗ | [SessionInit](Network.CMD_SESSINIT) | Used by client to log in to a server, and server to acknowledge. Uses old property list | | 7 | ✗ | ✗ | [SessionExit](Network.CMD_SESSEXIT) | Used by client to log off of a server, and server to acknowledge. Uses old property list. |