summaryrefslogtreecommitdiff
path: root/CAO_Game.py
diff options
context:
space:
mode:
Diffstat (limited to 'CAO_Game.py')
-rw-r--r--CAO_Game.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/CAO_Game.py b/CAO_Game.py
index 54bbf48..fda7707 100644
--- a/CAO_Game.py
+++ b/CAO_Game.py
@@ -40,6 +40,7 @@ class CAO_Game():
player = CAO_Player(client, cards)
client.set_player(player)
+ client.set_game(self)
self.players.append(player)