remove useless team notify

This commit is contained in:
2024-04-20 00:35:57 +02:00
parent 5efa112610
commit aee17c8a54
+2 -1
View File
@@ -81,4 +81,5 @@ class Player(Serializable):
self.hand.append(self.stack_pile.pop()) self.hand.append(self.stack_pile.pop())
amount = amount - 1 amount = amount - 1
finally: finally:
await self.team.notify_controller("update", self.serialize_team()) pass
# await self.team.notify_controller("update", self.serialize_team())