Ugly fix to ugly edge case where winner voluntarily showed cards.
This commit is contained in:
parent
1ec6a36ece
commit
30de5142db
|
@ -268,6 +268,7 @@ class Fulltilt(HandHistoryConverter):
|
|||
|
||||
players = []
|
||||
for a in m:
|
||||
if not re.search(" collected", a.group('PNAME')):
|
||||
hand.addPlayer(int(a.group('SEAT')), a.group('PNAME'), a.group('CASH'))
|
||||
|
||||
def markStreets(self, hand):
|
||||
|
|
Loading…
Reference in New Issue
Block a user