@ -27,7 +27,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$_SESSION["user_id"] = $user["id"];
header("Location: index.php");
header("Location: player/${user["id"]}.php");
exit;
}