forgot colon

This commit is contained in:
Adam 2024-11-21 13:57:35 -05:00
parent 67be24707d
commit c62f03853e

View file

@ -144,7 +144,7 @@ impl UserHandler {
if !dm_tx.is_closed() { if !dm_tx.is_closed() {
// Notify client of username // Notify client of username
if let Err(e) = dm_tx.send(user_client_self_update(&new_user)).await { 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 // Send game update