This commit is contained in:
Jonas Zeunert
2022-05-07 14:39:10 +02:00
parent 23021a1298
commit 65873496f6
4 changed files with 7 additions and 6 deletions

View File

@@ -254,7 +254,7 @@ class PlayerState:
def addPoints(self, points):
if not self.isActive:
return
if not self.hasBallScored:
self.hasBallScored = True