dkforest

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

commit 8adc1b7f535ff1084213dc8d14307393647706a1
parent 91a98c2aa197f9c3387ee7c604f0277127bb5747
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 21 Dec 2023 13:27:27 -0500

cleanup

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

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -203,7 +203,6 @@ func (p *pokerPlayer) getBet() (out database.PokerChip) { func (p *pokerPlayer) canBet() bool { return !p.folded.Load() && !p.isAllIn() - } func (p *pokerPlayer) isAllIn() bool {