uyksdvfwb

This commit is contained in:
2026-03-03 20:25:26 +01:00
parent 93477e6e47
commit 282b175da7
+1
View File
@@ -139,6 +139,7 @@ foreach ($players as $p) {
players.push(
{
id: <?php echo $p['id']; ?>,
name: "<?php echo htmlspecialchars($p['name']); ?>",
money: <?php echo $p['money']; ?>,
blind: <?php echo $p['current_bet'] ?? 0; ?>,
isDealer: <?php echo $p['is_dealer'] ? 'true' : 'false'; ?>