game: fix: update score on goal
This commit is contained in:
@ -38,7 +38,7 @@ class PongPlayer(APlayer):
|
||||
def receive(self, data: dict):
|
||||
|
||||
detail: str = data.get("detail")
|
||||
|
||||
|
||||
if (detail is None):
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user