pong: fix

This commit is contained in:
starnakin 2024-04-22 17:03:53 +02:00
parent aafc61d40a
commit ea9d86b5a3

View File

@ -66,7 +66,7 @@ class PongPlayer(APlayer):
return
if (self.position.time > new_position.time):
self.game_member.send_error("time error")
self.send_error("time error")
return
distance: float = abs(self.position.location - new_position.location)