From e0e2b8cedfc7c578fa64c7f61401c132be799840 Mon Sep 17 00:00:00 2001 From: Whykioh Date: Mon, 2 Mar 2026 09:51:28 +0100 Subject: [PATCH] debug --- poker-paf/game.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/poker-paf/game.php b/poker-paf/game.php index 192f3e5..e29b23e 100644 --- a/poker-paf/game.php +++ b/poker-paf/game.php @@ -301,6 +301,8 @@ $players[0]['is_dealer'] = 1; // Mettre à jour aussi dans la variable locale po } }); + console.log("Blind actuel :", current_blind); + document.getElementById('main-pot').textContent = totalBlind + " 🪙"; document.getElementById('current-bet').textContent = current_blind + " 🪙"; }