This commit is contained in:
2024-04-20 00:43:59 +02:00
parent fe0d45f036
commit cdcffc5d77
+2
View File
@@ -184,6 +184,8 @@ class Game(Serializable):
notifications = []
# Send cards in hand to teams
# TODO : Migrate this to player (when player draw)
for p in self.players:
notifications.append(p.team.notify_controller("update", p.serialize_team()))
# for t in self.teams: