mirror of
https://github.com/maride/barf.git
synced 2026-05-16 23:35:46 +00:00
Fix crash if no win address is given
This commit is contained in:
@@ -45,5 +45,6 @@ class BreakpointManager:
|
|||||||
return score
|
return score
|
||||||
|
|
||||||
def HitWin(self):
|
def HitWin(self):
|
||||||
return self.winB.GetScore() != 0
|
if self.winB:
|
||||||
|
return self.winB.GetScore() != 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user