tuff
This commit is contained in:
@@ -292,6 +292,8 @@ class PlayerState:
|
||||
|
||||
if self.ballsleft == 0 and self.bonusTime != 0:
|
||||
self.replayBall = True
|
||||
if self.replayBallTimer != None:
|
||||
self.replayBallTimer.cancel()
|
||||
self.replayBallTimer = Timer(interval=1, function=self.updateReplayBall)
|
||||
|
||||
def updateReplayBall(self):
|
||||
|
||||
Reference in New Issue
Block a user