allow import of $1.25/$2.50 blinds on FTP
This commit is contained in:
parent
34000b190d
commit
65bba7d368
|
@ -46,6 +46,7 @@ class Fulltilt(HandHistoryConverter):
|
|||
'1.00': ('0.25', '0.50'), '1': ('0.25', '0.50'),
|
||||
'2.00': ('0.50', '1.00'), '2': ('0.50', '1.00'),
|
||||
'4.00': ('1.00', '2.00'), '4': ('1.00', '2.00'),
|
||||
'5.00': ('1.25', '2.50'), '5': ('1.25', '2.50'),
|
||||
'6.00': ('1.00', '3.00'), '6': ('1.00', '3.00'),
|
||||
'8.00': ('2.00', '4.00'), '8': ('2.00', '4.00'),
|
||||
'10.00': ('2.00', '5.00'), '10': ('2.00', '5.00'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user