From: Philip R. <phi...@gm...> - 2015-03-08 00:06:36
|
On 8 March 2015 at 10:13, James Stone <jam...@gm...> wrote: > It seems to have incorrectly identified a 6-max table as a heads up > table when there were only 2 players on it.. Or is this a feature? > I feel this could be regarded as a feature. Should you play the same when there are only 2 people on your 6-max table as you do when there are 6 on it? Of course it might also be confusing ("What? I've never played HU tables!?") and should only represent a small number of hands anyway. If so, we can add: > > value += ' Seats: ' + '%i' % result[sqlrow][colnames.index('maxseats')] > to line 528 of GuiRingPlayerStats.py > > and > > ,gt.maxseats AS maxseats > > to > > self.query['playerDetailedStats'] for sql, postgresql and sqlite.. > You are a gentleman and a scholar. -- Phil. |