dkforest

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

commit 14f11896a663017c8aa8d3327d368ae7bc20066e
parent 526dfe7aa2d1ee68cc5249e193a0edc4f7a7d6cb
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue,  5 Dec 2023 23:47:28 -0500

todo

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 @@ -473,6 +473,7 @@ func dealerThread(g *PokerGame, roomID string) { poker.NewCard(cardToPokerCard(p.Cards[1].Name)), } e := poker.Evaluate(hand) + // TODO: handle split pot if e < minScore { winner = p minScore = e