From 23e959114633a1210af3b54b8aebf0c2e44d816b Mon Sep 17 00:00:00 2001 From: GDColon Date: Fri, 2 Apr 2021 09:44:25 -0400 Subject: [PATCH] final stuff before this branch dies --- api/download.js | 3 +-- html/profile.html | 2 +- index.js | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) 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) {