From 39780d845cb08b8cc71a52ec5a868c28bbfc02d9 Mon Sep 17 00:00:00 2001 From: Danny Piper Date: Wed, 12 May 2021 20:47:17 +0100 Subject: [PATCH] changed my comment to make sense --- cockatrice/src/player.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cockatrice/src/player.cpp b/cockatrice/src/player.cpp index 695cc413d..3968219f8 100644 --- a/cockatrice/src/player.cpp +++ b/cockatrice/src/player.cpp @@ -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)) {