game: fix: update score on goal

This commit is contained in:
2024-04-15 06:02:51 +02:00
parent eeea06609b
commit 5423240df4
2 changed files with 17 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class PongPlayer(APlayer):
def receive(self, data: dict):
detail: str = data.get("detail")
if (detail is None):
return