Fix game type for non-Mixed games.

This commit is contained in:
Ray 2009-07-06 12:00:16 -04:00
parent 799aa41c1e
commit 4ae8b123ce

View File

@ -109,7 +109,7 @@ follow : whether to tail -f the input"""
info['bb'] = mg['BB']
if 'CURRENCY' in mg:
info['currency'] = currencies[mg['CURRENCY']]
if 'MIXED' in mg:
if 'MIXED' in mg and mg['MIXED'] != None:
info['mixedType'] = mixes[mg['MIXED']]
# NB: SB, BB must be interpreted as blinds or bets depending on limit type.