diff --git a/api/download.js b/api/download.js index bd64bf8..4b8b08e 100644 --- a/api/download.js +++ b/api/download.js @@ -17,7 +17,7 @@ module.exports = async (app, req, res, api, ID, analyze) => { request.post(app.endpoint + 'downloadGJLevel22.php', req.gdParams({ levelID }), async function (err, resp, body) { if (err || !body || body == '-1' || body.startsWith(" +
-