fix meet user

This commit is contained in:
Martin Michelsen
2022-07-25 01:32:37 -07:00
parent df80933f40
commit 4c20097de7
7 changed files with 38 additions and 24 deletions
+1 -2
View File
@@ -91,8 +91,7 @@ struct ServerState {
ServerState();
void add_client_to_available_lobby(std::shared_ptr<Client> c,
std::shared_ptr<Lobby> preferred_lobby = nullptr);
void add_client_to_available_lobby(std::shared_ptr<Client> c);
void remove_client_from_lobby(std::shared_ptr<Client> c);
bool change_client_lobby(std::shared_ptr<Client> c,
std::shared_ptr<Lobby> new_lobby);