[NEWIMPORT] Fix sawShowdown stat
This commit is contained in:
parent
1d53e32f1e
commit
68b4ebdb57
|
@ -231,8 +231,9 @@ class DerivedStats():
|
|||
pas = set.union(self.pfba(actions) - self.pfba(actions, l=('folds',)), alliners)
|
||||
self.hands['playersAtShowdown'] = len(pas)
|
||||
|
||||
for player in pas:
|
||||
self.handsplayers[player]['sawShowdown'] = True
|
||||
if self.hands['playersAtShowdown'] > 1:
|
||||
for player in pas:
|
||||
self.handsplayers[player]['sawShowdown'] = True
|
||||
|
||||
def streetXRaises(self, hand):
|
||||
# self.actions[street] is a list of all actions in a tuple, contining the action as the second element
|
||||
|
|
Loading…
Reference in New Issue
Block a user