summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSgeo <[email protected]>2017-06-03 21:33:41 -0400
committerSgeo <[email protected]>2017-06-03 21:33:41 -0400
commitf1b86c31b18c005cb60030aee73bd37e7dfd48b9 (patch)
tree45d88e7d121316d74314c5f0bc8847aadafa4d87
parentUpdated Packet types (markdown) (diff)
downloadlibreworlds-wiki-f1b86c31b18c005cb60030aee73bd37e7dfd48b9.tar.xz
libreworlds-wiki-f1b86c31b18c005cb60030aee73bd37e7dfd48b9.zip
Updated Packet types (markdown)
-rw-r--r--Packet-types.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Packet-types.md b/Packet-types.md
index 992403b..78cb7b0 100644
--- a/Packet-types.md
+++ b/Packet-types.md
@@ -1,7 +1,7 @@
* 0x01 = LONGLOC = Used for long movement and z-coordinate movement.
* 0x02 = STATE?
* 0x03 = PROP = Old-style property list, can be sent or received.
-* 0x04 = SHORTLOC = Movement deltas, not along z-axis.
+* 0x04 = SHORTLOC = Movement deltas, not along z-axis. Not sent by client.
* 0x05 = ROOMCHNG = Indication of user changing rooms, includes new location within room
* 0x06 = SESSINIT = Used by client to log in to a server, and server to acknowledge and provider more information. Uses old-style property list
* 0x07 = SESSEXIT = Used by client to log off of a server, and server to acknowledge. Uses old-style property list.