Oops... Lookup is only for ring games....

This commit is contained in:
Gerko de Roo 2010-02-18 22:24:25 +01:00
parent 6272c057b9
commit aceb94d260

View File

@ -181,7 +181,7 @@ class PokerStars(HandHistoryConverter):
else:
info['type'] = 'tour'
if info['limitType'] == 'fl' and info['bb'] != None:
if info['limitType'] == 'fl' and info['bb'] != None and info['type'] == 'ring':
info['sb'] = Lim_Blinds[mg['BB']][0]
info['bb'] = Lim_Blinds[mg['BB']][1]