sync host name with user name

This commit is contained in:
Adam 2024-08-02 02:51:51 -04:00
parent 0b82e65061
commit 5dba411948

View file

@ -157,6 +157,7 @@ fn handle_user_log_in(
state.online_users.lock().unwrap().len(),
state.offline_users.lock().unwrap().len()
);
tx.send(games_update(state))?;
Ok(())
}