add V_V1Present token in quest conditions
This commit is contained in:
@@ -252,6 +252,7 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
|
||||
|
||||
void reassign_leader_on_client_departure(size_t leaving_client_id);
|
||||
size_t count_clients() const;
|
||||
bool any_v1_clients_present() const;
|
||||
bool any_client_loading() const;
|
||||
|
||||
void add_client(std::shared_ptr<Client> c, ssize_t required_client_id = -1);
|
||||
|
||||
Reference in New Issue
Block a user