Fix problem with old (pre 2010) HHs.
This commit is contained in:
@@ -320,7 +320,7 @@ class PartyPoker(HandHistoryConverter):
|
|||||||
if key == 'PLAY' and info['PLAY'] != 'Real':
|
if key == 'PLAY' and info['PLAY'] != 'Real':
|
||||||
# if realy party doesn's save play money hh
|
# if realy party doesn's save play money hh
|
||||||
hand.gametype['currency'] = 'play'
|
hand.gametype['currency'] = 'play'
|
||||||
if key == 'MAX':
|
if key == 'MAX' and info[key] is not None:
|
||||||
hand.maxseats = int(info[key])
|
hand.maxseats = int(info[key])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user