game: fix
This commit is contained in:
@ -120,7 +120,7 @@ class PongPlayer(APlayer):
|
||||
"username": self.username,
|
||||
"id": self.user_id,
|
||||
"position": self.position.to_dict(),
|
||||
"score": [*self.score],
|
||||
"score": self.score,
|
||||
|
||||
"rail": self.rail.to_dict(),
|
||||
|
||||
|
Reference in New Issue
Block a user