From 0e1543374fddc9fbbcb5836a8aba37c4c59aed31 Mon Sep 17 00:00:00 2001 From: alexander Date: Mon, 1 Dec 2025 13:54:45 +0700 Subject: [PATCH] fix in bug --- html.php | 17 +-- ody git.js | 330 ++++++++++++++++++++++++++--------------------------- 2 files changed, 174 insertions(+), 173 deletions(-) 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