dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit d7e004a71b3258074343c66378495c41a6a1a46f
parent d97ca0373f004c5adebc654a5ae9d245b0b130c2
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 19 Dec 2023 00:47:52 -0500

doc

Diffstat:
Mpkg/web/handlers/poker/poker.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -1207,6 +1207,7 @@ func autoUnsitInactivePlayers(g *PokerGame) { }) } +// Returns either or not a seated player should be booted out of the table. func playerShouldBeBooted(p *SeatedPlayer, ongoing *Ongoing, pokerTableMinBet database.PokerChip) (playerShallBeBooted bool) { if p == nil { return false