mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
[Game] Fix double concede in log (#6179)
This commit is contained in:
parent
762ea47b8e
commit
6187c7268f
4 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue