ctm / mb2-doc

Mb2, poker software
https://devctm.com
7 stars 2 forks source link

Inappropriate "Big bet game without blinds" warning #1345

Closed ctm closed 4 months ago

ctm commented 4 months ago

Get rid of the warning that mb2 is spewing when bomb pot big bet games are spread.

I added that warning when I couldn't imagine a big bet game without blinds. It didn't get triggered when I initially implemented bomb pots because I was using Some(Blinds(0, 0)) instead of None for the blinds, but that caused other trouble. So, when I went to None, that warning started appearing.

ctm commented 4 months ago

Fixed. Deploying now.