1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Blocked stuck notifications from appearing right before winning the game.

This commit is contained in:
Joe R 2022-08-03 19:09:34 -04:00
parent 02e62afb16
commit 42e6288e16

View file

@ -2851,9 +2851,7 @@ class Game(object):
def updateStuck(self):
# stuck
if self.finished:
return
if self.Stuck_Class is None:
if self.finished or self.Stuck_Class is None or self.isGameWon() != 0:
return
if self.getStuck():
text = ''