diff --git a/api/download.js b/api/download.js index a72d595..b863f26 100644 --- a/api/download.js +++ b/api/download.js @@ -17,8 +17,7 @@ module.exports = async (app, req, res, api, ID, analyze) => { // daily hardcode fo' today 😎 if (!api && levelID < 0 && req.server.name == "Geometry Dash") { - if (levelID == -1) return res.redirect("67984875") // marte - else if (levelID == -2) return res.redirect("59075347") // tartarus + if (levelID == -2) return res.redirect("59075347") // tartarus } req.gdRequest('downloadGJLevel22', { levelID }, function (err, resp, body) { diff --git a/html/profile.html b/html/profile.html index a2f069b..5b4000d 100644 --- a/html/profile.html +++ b/html/profile.html @@ -117,7 +117,7 @@
-

Account ID: [[ACCOUNTID]]
Player ID: [[PLAYERID]]

+

Account ID: [[ACCOUNTID]]
Player ID: [[PLAYERID]]

diff --git a/index.js b/index.js index d12bfe7..cfa5f8e 100644 --- a/index.js +++ b/index.js @@ -211,7 +211,7 @@ app.post("/accurateLeaderboard", function(req, res) { app.run.accurate(app, req, // HTML let onePointNineDisabled = ['daily', 'weekly', 'gauntlets', 'messages'] -let downloadDisabled = [] +let downloadDisabled = ['daily'] let gdpsHide = ['achievements', 'messages'] app.get("/", function(req, res) {