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