sync host name with user name
This commit is contained in:
parent
0b82e65061
commit
5dba411948
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ fn handle_user_log_in(
|
||||||
state.online_users.lock().unwrap().len(),
|
state.online_users.lock().unwrap().len(),
|
||||||
state.offline_users.lock().unwrap().len()
|
state.offline_users.lock().unwrap().len()
|
||||||
);
|
);
|
||||||
|
tx.send(games_update(state))?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue