diff --git a/poker-paf/game.php b/poker-paf/game.php index 356c832..9666963 100644 --- a/poker-paf/game.php +++ b/poker-paf/game.php @@ -498,7 +498,7 @@ foreach ($players as $p) { } // --- FONCTION EN CAS DE VICTOIRE --- - function EndGame(winnerId, amountWon) { + function EndGame() { // 1. On récupère le conteneur const container = document.getElementById('table-container');