From 27656b17031aaccf6dc30237d52b1610b1ae457e Mon Sep 17 00:00:00 2001 From: Whykioh Date: Mon, 2 Mar 2026 09:49:57 +0100 Subject: [PATCH] test --- poker-paf/game.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/poker-paf/game.php b/poker-paf/game.php index d115abd..192f3e5 100644 --- a/poker-paf/game.php +++ b/poker-paf/game.php @@ -149,7 +149,16 @@ $players[0]['is_dealer'] = 1; // Mettre à jour aussi dans la variable locale po // --- INITIALISATION --- // On charge les données une première fois window.onload = () => { - GetCurrentBlind(); + + players.push( + { + id: , + money: , + blind: , + isDealer: + } + ); + UpdateLabels(); };