mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update cmd.rs
This commit is contained in:
parent
a442371a1f
commit
025e0712be
@ -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 => {
|
||||
|
Loading…
Reference in New Issue
Block a user