mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Don't close the game tab immediately when kicked out of a game. Fixes bug #25
This commit is contained in:
parent
d251078feb
commit
0b51af888c
4 changed files with 30 additions and 9 deletions
|
|
@ -44,6 +44,7 @@ public slots:
|
|||
void logJoin(Player *player);
|
||||
void logLeave(Player *player);
|
||||
void logGameClosed();
|
||||
void logKicked();
|
||||
void logJoinSpectator(QString name);
|
||||
void logLeaveSpectator(QString name);
|
||||
void logDeckSelect(Player *player, QString deckHash);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue