Loic wrote: > I think I'm missing something. From what I read in the code, a player > will never be refused to join the table if he has a seat. .... > Maybe there is a misunderstanding about the logic of joining > tournament tables. When the tournament table is created the players > are joined with > > def tourneyGameFilled(self, tourney, game): (in pokerservice.py)
Yes, I did indeed not understand two things: that all tourney players will already have a seat (thus self.game.isSeated(client.getSerial()) will be true) and that a different function handled tourney seating. Thank you! It is clear now. -- -- bkuhn _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
