allow import of $1.25/$2.50 blinds on FTP

This commit is contained in:
Steffen Schaumburg 2011-04-08 07:01:37 +02:00
parent 34000b190d
commit 65bba7d368

View File

@ -46,6 +46,7 @@ class Fulltilt(HandHistoryConverter):
'1.00': ('0.25', '0.50'), '1': ('0.25', '0.50'), '1.00': ('0.25', '0.50'), '1': ('0.25', '0.50'),
'2.00': ('0.50', '1.00'), '2': ('0.50', '1.00'), '2.00': ('0.50', '1.00'), '2': ('0.50', '1.00'),
'4.00': ('1.00', '2.00'), '4': ('1.00', '2.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'), '6.00': ('1.00', '3.00'), '6': ('1.00', '3.00'),
'8.00': ('2.00', '4.00'), '8': ('2.00', '4.00'), '8.00': ('2.00', '4.00'), '8': ('2.00', '4.00'),
'10.00': ('2.00', '5.00'), '10': ('2.00', '5.00'), '10.00': ('2.00', '5.00'), '10': ('2.00', '5.00'),