Fixes backend table logic so that if a player folds, all-ins or goes out on the first (or previous) bidding cycle, they won't be required to provide in the future bidding cycles.
Linked Issue
resolves #253
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Merge Checklist
[x] My code follows the code style of this project.
[x] All new and existing tests passed.
[x] Any dependent changes have been merged in downstream modules.
[x] I have provided inline technical documentation (tsdocs) where necessary.
[ ] My change requires a change to the root documentation.
Proposed Changes
Fixes backend table logic so that if a player folds, all-ins or goes out on the first (or previous) bidding cycle, they won't be required to provide in the future bidding cycles.
Linked Issue
resolves #253
Types of changes
Merge Checklist
Deployment Notes