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(); };