commit 5df9f0a32ba085dfd14c8c253fea749442201590
parent c974c5e2e0acae28d717dfa7a91192f15d9b4362
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Tue, 12 Dec 2023 17:21:06 -0500
cleanup
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -497,7 +497,6 @@ func waitPlayersActionFn(db *database.DkfDB, g *PokerGame, roomID string, skip,
// Avoid asking for actions if only 1 player can do so (because others are all-in)
nbCanVote := g.Ongoing.CountCanVotePlayers()
if nbCanVote == 0 {
- // TODO: Refund bets
goto END1
} else if nbCanVote == 1 {
goto END1