diff --git a/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js b/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js index 629c5c6..90d9919 100644 --- a/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js +++ b/src/routes/(api)/Game/Tools/InsertAsset.ashx/+server.js @@ -4,6 +4,6 @@ import joinscript from "$lib/joinscript.js"; export function GET({ url }) { return new Response("", { status: 302, - headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.query.get("id")}` } + headers: { location: `https://assetdelivery.roblox.com/v1/asset?id=${url.query.get("sid")}` } }); }