[Game] Fix double concede in log (#6179)

This commit is contained in:
RickyRister 2025-09-26 10:12:20 -07:00 committed by GitHub
parent 762ea47b8e
commit 6187c7268f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 9 deletions

View file

@ -122,6 +122,8 @@ signals:
void logGameClosed();
void logActivePlayer(Player *activePlayer);
void logActivePhaseChanged(int activePhase);
void logConcede(int playerId);
void logUnconcede(int playerId);
};
#endif // COCKATRICE_GAME_EVENT_HANDLER_H