add option to set nonzero client IDs by default

This commit is contained in:
Martin Michelsen
2022-03-30 00:51:08 -07:00
parent bcd69bab89
commit 39f8a33588
3 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ struct Lobby {
size_t count_clients() const;
bool any_client_loading() const;
void add_client(std::shared_ptr<Client> c);
void add_client(std::shared_ptr<Client> c, bool reverse_indexes = false);
void remove_client(std::shared_ptr<Client> c);
void move_client_to_lobby(std::shared_ptr<Lobby> dest_lobby,