From 8df4e41283e394ab0c3c91e8c40378b5e8aaca56 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 12 Jul 2025 14:49:40 -0700 Subject: [PATCH] Fix login issue --- database/loginAccount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/loginAccount.php b/database/loginAccount.php index 83b7538..d139146 100644 --- a/database/loginAccount.php +++ b/database/loginAccount.php @@ -45,7 +45,7 @@ $data = ["session" => $token]; if ($loginType === "0") { $data += [ "username" => $user['username'], - "id" => $id, + "userid" => $id, "highscore" => (string)$user['highScore'], "icon" => (int)$user['icon'], "overlay" => (int)$user['overlay'],