aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/text.rs
diff options
context:
space:
mode:
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);