Yes. It broke something

This reverts commit a2f1748ff6.
This commit is contained in:
2025-09-29 13:28:57 -07:00
parent a2f1748ff6
commit 4022e96a15
9 changed files with 10 additions and 87 deletions

View File

@@ -28,7 +28,7 @@ $stmt->execute();
$result = $stmt->get_result();
if ($result->num_rows > 0) {
$topPlayers = new stdClass();
$topPlayers = [];
while ($row = $result->fetch_assoc()) {
$savedata = json_decode($row['save_data'], true);