changed my comment to make sense

This commit is contained in:
Danny Piper 2021-05-12 20:47:17 +01:00
parent 34d500cfaf
commit 39780d845c
No known key found for this signature in database
GPG key ID: 5E365B8F351ACB38

View file

@ -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)) {