mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
changed my comment to make sense
This commit is contained in:
parent
34d500cfaf
commit
39780d845c
1 changed files with 1 additions and 2 deletions
|
|
@ -3301,8 +3301,7 @@ void Player::updateCardMenu(const CardItem *card)
|
|||
{
|
||||
/**
|
||||
* Regarding issue https://github.com/Cockatrice/Cockatrice/issues/4284
|
||||
* The best fix is to add the QActions when a card is right clicked on,
|
||||
* so this method is not needed
|
||||
* The best fix is to add the QActions when a card is right clicked on
|
||||
*/
|
||||
// If bad card OR is a spectator (as spectators don't need card menus), return
|
||||
if (card == nullptr || (game->isSpectator() && !judge)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue