Ugly fix to ugly edge case where winner voluntarily showed cards.

This commit is contained in:
Eratosthenes 2010-01-27 00:57:58 -05:00
parent 1ec6a36ece
commit 30de5142db

View File

@ -268,7 +268,8 @@ class Fulltilt(HandHistoryConverter):
players = []
for a in m:
hand.addPlayer(int(a.group('SEAT')), a.group('PNAME'), a.group('CASH'))
if not re.search(" collected", a.group('PNAME')):
hand.addPlayer(int(a.group('SEAT')), a.group('PNAME'), a.group('CASH'))
def markStreets(self, hand):
# PREFLOP = ** Dealing down cards **