Show and update admin player of a game even when in lobby and not in the game.
This commit is contained in:
@@ -128,6 +128,7 @@ protected:
|
||||
unsigned GetGameIdByName(const std::string &name) const;
|
||||
void AddGameInfo(unsigned gameId, const GameInfo &info);
|
||||
void UpdateGameInfoMode(unsigned gameId, GameMode mode);
|
||||
void UpdateGameInfoAdmin(unsigned gameId, unsigned adminPlayerId);
|
||||
void RemoveGameInfo(unsigned gameId);
|
||||
void ModifyGameInfoAddPlayer(unsigned gameId, unsigned playerId);
|
||||
void ModifyGameInfoRemovePlayer(unsigned gameId, unsigned playerId);
|
||||
|
||||
Reference in New Issue
Block a user