Clean up handling of mixed games on FTP.

This commit is contained in:
Ray
2009-07-22 19:21:00 -04:00
parent 0291fcf489
commit 94a030922a
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -880,6 +880,7 @@ class DrawHand(Hand):
hhc.getRake(self)
if self.maxseats == None:
self.maxseats = hhc.guessMaxSeats(self)
hhc.readOther(self)
elif builtFrom == "DB":
self.select("dummy") # Will need a handId
@@ -1047,6 +1048,7 @@ class StudHand(Hand):
hhc.getRake(self)
if self.maxseats == None:
self.maxseats = hhc.guessMaxSeats(self)
hhc.readOther(self)
elif builtFrom == "DB":
self.select("dummy") # Will need a handId