From dfa9bece7672a20ee11833b2a571048e1172e5da Mon Sep 17 00:00:00 2001 From: Whykioh Date: Tue, 3 Mar 2026 19:43:27 +0100 Subject: [PATCH] Comment the line 499 --- poker-paf/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poker-paf/game.php b/poker-paf/game.php index cb40a5e..3353791 100644 --- a/poker-paf/game.php +++ b/poker-paf/game.php @@ -496,7 +496,7 @@ foreach ($players as $p) { console.log("Blind actuel recalculé :", current_blind); } - # --- FONCTION EN CAS DE VICTOIRE --- + // --- FONCTION EN CAS DE VICTOIRE --- function EndGame(winnerId, amountWon) { // 1. On récupère le conteneur const container = document.getElementById('table-container');