mit
This commit is contained in:
@@ -302,7 +302,7 @@ class PlayerState:
|
||||
self.stopReplayBall()
|
||||
return
|
||||
|
||||
self.replayBallTimer = Timer(interval = 1, function=self.updateReplayBall)
|
||||
self.replayBallTimer = Timer(interval=1, function=self.updateReplayBall)
|
||||
def stopReplayBall(self):
|
||||
if not self.isActive:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user