Remove singelton fix bugs
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user