1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 12:23:32 +02:00
- Updated header documentation for `sendMessage(Message)`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-15 08:47:40 +02:00
parent e4e1aaf0f4
commit 9f6ab528c2

View File

@ -649,7 +649,10 @@ public class Client : Thread
/**
* Sends a message to the server by enqueuing it on
* the client-side send queue
* the client-side send queue.
*
* A BirchwoodException is thrown if the messages
* final length exceeds 512 bytes
*
* Params:
* message = the message to send