OnGame: set maxseats to None, and let guessMaxSeats operate
This commit is contained in:
parent
55a0908675
commit
5a7c628dba
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user