Update cmd.rs

This commit is contained in:
Tom Watson 2019-07-19 18:26:10 +00:00
parent a442371a1f
commit 025e0712be

View File

@ -463,7 +463,7 @@ fn handle_tell(server: &mut Server, entity: EcsEntity, args: String, action: &Ch
);
server.clients.notify(
entity,
ServerMsg::Chat(format!("You tell {} {}", alias, msg)),
ServerMsg::Chat(format!("You tell {}:{}", alias, msg)),
);
}
None => {