Fix login issue
This commit is contained in:
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user