diff --git a/PlayerState.py b/PlayerState.py index cf85a97..afde7b9 100644 --- a/PlayerState.py +++ b/PlayerState.py @@ -280,6 +280,9 @@ class PlayerState: self.replayBall = True def addPoints(self, points): + if points == 0: + return + if not self.isActive: return