This commit is contained in:
2026-03-03 19:56:01 +01:00
parent 9fe33f8e72
commit 3458aeb1f7
+1 -1
View File
@@ -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');