forgot colon
This commit is contained in:
parent
67be24707d
commit
c62f03853e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ impl UserHandler {
|
|||
if !dm_tx.is_closed() {
|
||||
// Notify client of username
|
||||
if let Err(e) = dm_tx.send(user_client_self_update(&new_user)).await {
|
||||
tracing::error!("Error sending client update {}", e)
|
||||
tracing::error!("Error sending client update: {}", e)
|
||||
}
|
||||
|
||||
// Send game update
|
||||
|
|
Loading…
Add table
Reference in a new issue