You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is allowed to start a game with the same value for big blind and small blind and this even happens automatically when you use a buy in of 100 chips (both default to 1 in this case). This causes issues with the stakes in the first round however, causing the game to immediately move on to the flop.
To fix this, custom inputs should be validated accordingly and the default minimum for big/small blind should be set to 2/1 instead of 1/1.
The text was updated successfully, but these errors were encountered:
Currently it is allowed to start a game with the same value for big blind and small blind and this even happens automatically when you use a buy in of 100 chips (both default to 1 in this case). This causes issues with the stakes in the first round however, causing the game to immediately move on to the flop.
To fix this, custom inputs should be validated accordingly and the default minimum for big/small blind should be set to 2/1 instead of 1/1.
The text was updated successfully, but these errors were encountered: