dkforest

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

commit 76c5fd3cf8b279c6faef062122278315e423a68a
parent e56803ef31994bf7966b54324e3217174a904dfa
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon, 11 Dec 2023 20:46:07 -0500

fix countdown

Diffstat:
Mpkg/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 @@ -20,7 +20,7 @@ import ( ) const NbPlayers = 6 -const MaxUserCountdown = 3 +const MaxUserCountdown = 60 const MinTimeAfterGame = 10 const BackfacingDeg = "-180deg" const BurnStackX = 400