removed TourneyTypes.headsUp

This commit is contained in:
steffen123
2010-07-02 19:39:02 +02:00
parent d652eb5d3c
commit 6bc3e741c6
7 changed files with 17 additions and 28 deletions
+1 -2
View File
@@ -231,7 +231,7 @@ class Fulltilt(HandHistoryConverter):
if special == "KO":
hand.isKO = True
if special == "Head's Up":
hand.isHU = True
hand.maxSeats = 2
if re.search("Matrix", special):
hand.isMatrix = True
if special == "Shootout":
@@ -497,7 +497,6 @@ class Fulltilt(HandHistoryConverter):
if special == "KO":
tourney.isKO = True
if special == "Heads Up":
tourney.isHU = True
tourney.maxseats = 2
if re.search("Matrix", special):
tourney.isMatrix = True