Fix login issue

This commit is contained in:
2025-07-12 14:49:40 -07:00
parent 500a0c5d71
commit 8df4e41283

View File

@@ -45,7 +45,7 @@ $data = ["session" => $token];
if ($loginType === "0") { if ($loginType === "0") {
$data += [ $data += [
"username" => $user['username'], "username" => $user['username'],
"id" => $id, "userid" => $id,
"highscore" => (string)$user['highScore'], "highscore" => (string)$user['highScore'],
"icon" => (int)$user['icon'], "icon" => (int)$user['icon'],
"overlay" => (int)$user['overlay'], "overlay" => (int)$user['overlay'],