OnGame: set maxseats to None, and let guessMaxSeats operate

This commit is contained in:
Worros 2010-09-11 14:11:40 +08:00
parent 55a0908675
commit 5a7c628dba

View File

@ -237,7 +237,7 @@ class OnGame(HandHistoryConverter):
# TODO: These
hand.buttonpos = 1
hand.maxseats = 10
hand.maxseats = None # Set to None - Hand.py will guessMaxSeats()
hand.mixed = None
def readPlayerStacks(self, hand):