commit 1c1011c9247335df4258745e28a779a7dcc4fa34 parent 3cc104e0431ef5515067dfc1ba16d2c78f2a1c8e Author: n0tr1v <n0tr1v@protonmail.com> Date: Fri, 8 Dec 2023 04:25:56 -0500 typo Diffstat:
| M | pkg/web/handlers/poker/poker.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -355,7 +355,7 @@ func waitPlayersActionFn(g *PokerGame, roomID string, skip, minBet int) bool { } } - // TODO: implement maximum re-rise + // TODO: implement maximum re-raise // Used to skip small/big blinds on first round skipIsDone := false