Archived
Add todo
This commit is contained in:
@@ -184,6 +184,8 @@ class Game(Serializable):
|
|||||||
notifications = []
|
notifications = []
|
||||||
|
|
||||||
# Send cards in hand to teams
|
# Send cards in hand to teams
|
||||||
|
|
||||||
|
# TODO : Migrate this to player (when player draw)
|
||||||
for p in self.players:
|
for p in self.players:
|
||||||
notifications.append(p.team.notify_controller("update", p.serialize_team()))
|
notifications.append(p.team.notify_controller("update", p.serialize_team()))
|
||||||
# for t in self.teams:
|
# for t in self.teams:
|
||||||
|
|||||||
Reference in New Issue
Block a user