Archived
remove useless team notify
This commit is contained in:
+2
-1
@@ -81,4 +81,5 @@ class Player(Serializable):
|
||||
self.hand.append(self.stack_pile.pop())
|
||||
amount = amount - 1
|
||||
finally:
|
||||
await self.team.notify_controller("update", self.serialize_team())
|
||||
pass
|
||||
# await self.team.notify_controller("update", self.serialize_team())
|
||||
|
||||
Reference in New Issue
Block a user