* Old Stars HHs don't display max seats. Added regression-test-file showing this and handling in the Stars HHC
This commit is contained in:
@@ -298,7 +298,7 @@ class PokerStars(HandHistoryConverter):
|
||||
if key == 'BUTTON':
|
||||
hand.buttonpos = info[key]
|
||||
if key == 'MAX':
|
||||
hand.maxseats = int(info[key])
|
||||
if info[key]: hand.maxseats = int(info[key])
|
||||
|
||||
if key == 'MIXED':
|
||||
hand.mixed = self.mixes[info[key]] if info[key] is not None else None
|
||||
|
||||
Reference in New Issue
Block a user