pong: fix
This commit is contained in:
parent
aafc61d40a
commit
ea9d86b5a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user