diff options
Diffstat (limited to 'CAO_Game.py')
-rw-r--r-- | CAO_Game.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAO_Game.py b/CAO_Game.py index c6072a5..7275f56 100644 --- a/CAO_Game.py +++ b/CAO_Game.py @@ -97,7 +97,7 @@ class CAO_Game(): # we prevent the others to play self.state = self.WAITING_DESIGNATION - return cao_success(None) + return self.try_view_played_cards(player) def try_designate_card(self, player, card_id): |