From 5a7c628dba59e27e2574dbc8381159fd9841bdcd Mon Sep 17 00:00:00 2001 From: Worros Date: Sat, 11 Sep 2010 14:11:40 +0800 Subject: [PATCH] OnGame: set maxseats to None, and let guessMaxSeats operate --- pyfpdb/OnGameToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/OnGameToFpdb.py b/pyfpdb/OnGameToFpdb.py index 38b782e2..22f283d2 100755 --- a/pyfpdb/OnGameToFpdb.py +++ b/pyfpdb/OnGameToFpdb.py @@ -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):