change action's text to "unconcede" when player is conceded (#5351)

This commit is contained in:
RickyRister 2024-12-27 16:01:36 -08:00 committed by GitHub
parent 8bc5a9d581
commit 37b78a9a4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View file

@ -177,6 +177,8 @@ private:
Player *addPlayer(int playerId, const ServerInfo_User &info);
bool isMainPlayerConceded() const;
void startGame(bool resuming);
void stopGame();
void closeGame();