fix that it creates a new TT for each tourney when maxseats is unknown.
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ class Hand(object):
|
||||
self.dbid_gt = 0
|
||||
self.tablename = ""
|
||||
self.hero = ""
|
||||
self.maxseats = None
|
||||
self.maxseats = 0
|
||||
self.counted_seats = 0
|
||||
self.buttonpos = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user