From b6443087d0b59345fc557d240981faaa4e751ffd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 2 May 2021 13:28:59 +0000 Subject: refactor(todo): update todo style --- src/server/cmd/commands/text.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/server/cmd/commands/text.rs') 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); -- cgit v1.2.3