Remove singelton fix bugs

This commit is contained in:
Jonas Zeunert
2021-03-07 16:33:12 +01:00
parent 62bdd68c5a
commit 84aeec895a
5 changed files with 6 additions and 5 deletions

View File

@@ -221,6 +221,7 @@ class PlayerState:
def updatePlayfieldTime(self):
if self.upperPlayfieldTime == 0:
self.upperPlayfieldTimer = None
LeaveUpperPlayfieldEvent(self, )
return
if self.upperPlayfieldTime in [0, 5, 10, 20]: