FTP: fix type hand.maxSeats to maxseats

This commit is contained in:
Worros 2010-08-27 00:09:18 +08:00
parent 94ab295804
commit 6d2de998c8

View File

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