commit 8c6804d32c0a6f1133d922d95178edf8715ef835
parent 776c939e3b953c2b06e3c211e00f461f8c8f249c
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Mon, 11 Dec 2023 21:00:31 -0500
fix countdown
Diffstat:
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