commit 9156bab786711fc1150b77c342f1abcf8d939774 parent c86661a1b491b478025e37c437cd613099f144f9 Author: n0tr1v <n0tr1v@protonmail.com> Date: Wed, 6 Dec 2023 07:21:03 -0500 add todo Diffstat:
| M | pkg/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 @@ -561,6 +561,7 @@ func dealerThread(db *database.DkfDB, g *PokerGame, roomID string) { } e := poker.Evaluate(hand) // TODO: handle split pot + // TODO: handle all-in side pots if e < minScore { winner = p minScore = e