dkforest

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

commit 0b1ca6563b4593dafa7529440276056fae716e68
parent 459be8b2c0c74c7d0aae8d71bc881c6f7810c064
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon,  4 Dec 2023 18:55:38 -0500

comment

Diffstat:
Mpkg/web/handlers/poker.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/pkg/web/handlers/poker.go b/pkg/web/handlers/poker.go @@ -111,6 +111,7 @@ func (g *PokerGame) Deal(roomID string) { var card string idx := 0 + // Deal cards for j := 1; j <= 2; j++ { for i, p := range g.Ongoing.Players { if p == "" {