Make berry dash launcher leaderboards work

This commit is contained in:
2026-02-16 22:43:58 -07:00
parent 876b1bce08
commit 94051c6b55
3 changed files with 7 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ $stmt->close();
if ($result->num_rows > 0) {
$topPlayers = [];
while ($row = $result->fetch_assoc()) {
$id = $row["id"];
$stmt = $conn1->prepare("SELECT legacy_high_score, save_data FROM userdata WHERE id = ? AND legacy_high_score > 0 LIMIT 1");