commit 1fa0d0a9d58f8fdbc0114fd08ee3e2ae4aac4404
parent f5a8adc1d1514aeedc4e46717efc0541a5c68a57
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Fri, 8 Dec 2023 21:08:21 -0500
cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -383,7 +383,7 @@ func showCards(g *PokerGame, roomTopic string, seats []Seat) {
}
}
-// Return either or not the game ended because only 1 player left playing
+// Return either or not the game ended because only 1 player left playing (or none)
func waitPlayersActionFn(g *PokerGame, roomID string, skip, minBet int) bool {
roomTopic := "room_" + roomID
playerAlive := 0