diff --git a/html.php b/html.php index c7d694a..7bec743 100644 --- a/html.php +++ b/html.php @@ -386,6 +386,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['update_balance'])) { // Initialize balance from server BEFORE loading game script const serverBalance = ; let gameBalance = serverBalance; + // let balance = serverBalance; // Removed to avoid conflict with ody git.js