aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/text.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-02 13:28:59 +0000
committerFuwn <[email protected]>2021-05-02 13:28:59 +0000
commitb6443087d0b59345fc557d240981faaa4e751ffd (patch)
treec8884cd74fdc95e6a6a5ef2b8373f7caf41da757 /src/server/cmd/commands/text.rs
parentdocs(cmds): add of2m notice to command: action (diff)
downloadwhirl-b6443087d0b59345fc557d240981faaa4e751ffd.tar.xz
whirl-b6443087d0b59345fc557d240981faaa4e751ffd.zip
refactor(todo): update todo style
Diffstat (limited to 'src/server/cmd/commands/text.rs')
-rw-r--r--src/server/cmd/commands/text.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/cmd/commands/text.rs b/src/server/cmd/commands/text.rs
index a286a14..5019fc1 100644
--- a/src/server/cmd/commands/text.rs
+++ b/src/server/cmd/commands/text.rs
@@ -24,7 +24,8 @@ impl Creatable for Text {
// Content
// TODO: Find a way to parse ObjIds.
- // The below byte is suspected to be the sender's short ObjId.
+ //
+ // The below byte is suspected to be the sender's short ObjId.
command.put_i8(0x00);
command.put_u8(self.sender.len() as u8);