diff options
| author | CandyAngel <[email protected]> | 2017-06-07 14:57:42 +0100 |
|---|---|---|
| committer | CandyAngel <[email protected]> | 2017-06-07 14:57:42 +0100 |
| commit | 3f3f1428c69d48bff6415230ea697e05815eb632 (patch) | |
| tree | 4f1e85a156c94666ccf1558479376a98b8bf5bb1 /Packet-types.md | |
| parent | Table-ify with source (diff) | |
| download | libreworlds-wiki-3f3f1428c69d48bff6415230ea697e05815eb632.tar.xz libreworlds-wiki-3f3f1428c69d48bff6415230ea697e05815eb632.zip | |
Escape description for ROOMIDRQ
Diffstat (limited to 'Packet-types.md')
| -rw-r--r-- | Packet-types.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Packet-types.md b/Packet-types.md index d4ddefd..3de5628 100644 --- a/Packet-types.md +++ b/Packet-types.md @@ -17,7 +17,7 @@ | 0x10 | Server | PROPUPD | Update properties on the given ObjID (with a new-style property list). | | 0x11 | Server/Client | WHISPER | Whispering. Includes a sender ID, and uses frame's ObjID for destination. | | 0x12 | Server/Client | TELEPORT | Sent to server for teleporting, sent from server for drones teleporting (includes entering and leaving). | -| 0x14 | Client | ROOMIDRQ | Request numeric room ID for room name (e.g. "GroundZero#ChatElevator<dimension-1>"). | +| 0x14 | Client | ROOMIDRQ | Request numeric room ID for room name (e.g. "GroundZero#ChatElevator\<dimension-1\>"). | | 0x15 | Server | ROOMID | Associate room name with numeric room ID. | | 0x16 | Client | SUBSCRIB | Subscribe to a room (with numeric room ID) at a location and a distance. | | 0x17 | Client | UNSUBSCR | Unsubscribe from a room. | |