ctm / mb2-doc

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

Successful table split still gives error in lobby #1423

Closed ctm closed 1 month ago

ctm commented 1 month ago

Fix so that if a player is seated due to a table split, that player doesn't get a complaint in the lobby.

This is due to RunningEvent::seat_for_new_player calling try_to_split_table_for_player(player_id) and not noticing if it's successful.

ctm commented 1 month ago

Fixed. Deploying now.