[NEWIMPORT] Fix sawShowdown stat
This commit is contained in:
@@ -231,6 +231,7 @@ class DerivedStats():
|
||||
pas = set.union(self.pfba(actions) - self.pfba(actions, l=('folds',)), alliners)
|
||||
self.hands['playersAtShowdown'] = len(pas)
|
||||
|
||||
if self.hands['playersAtShowdown'] > 1:
|
||||
for player in pas:
|
||||
self.handsplayers[player]['sawShowdown'] = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user