From 6bd3adc8f817f48d84e518e5185383cc7a4e5c1a Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Tue, 10 Feb 2026 13:29:11 -0700 Subject: [PATCH] 26.1 beta 1 is out --- database/canLoadClient.php | 2 +- database/getLatestVersion.php | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/database/canLoadClient.php b/database/canLoadClient.php index b815715..27244bd 100644 --- a/database/canLoadClient.php +++ b/database/canLoadClient.php @@ -1,4 +1,4 @@ prepare("SELECT downloadUrlVersion FROM launcherversionmanifest WHERE HIDDEN = 0 AND game = 1 ORDER BY place DESC LIMIT 1"); +$stmt->execute(); +$result = $stmt->get_result(); +$stmt->close(); +$row = $result->fetch_assoc(); +$conn0->close(); + +echo $row["downloadUrlVersion"] ?? 'N/A'; \ No newline at end of file