Upper playfield time

This commit is contained in:
Jonas Zeunert
2022-06-07 01:21:24 +02:00
parent 7ba27978d7
commit f8cd4bdeb4

View File

@@ -322,7 +322,7 @@ class PlayerState:
def updatePlayfieldTime(self):
if self.upperPlayfieldTime == 0:
self.upperPlayfieldTimer = None
LeaveUpperPlayfieldEvent(self)
LeaveUpperPlayfieldEvent(self).trigger(None)
logging.info("Stopped Upper Playfield Timer")
return