fix to recognise different spelling of FT headsup

This commit is contained in:
steffen123 2010-08-22 06:46:29 +02:00
parent a4e3d0c514
commit fb6c5c7ec6

View File

@ -260,7 +260,7 @@ class Fulltilt(HandHistoryConverter):
hand.isRebuy = True
if special == "KO":
hand.isKO = True
if special == "Head's Up":
if special == "Head's Up" or special == "Heads Up":
hand.maxSeats = 2
if re.search("Matrix", special):
hand.isMatrix = True