From a6f0186ec49d0fefb84ba2f1252d4530bb1a8fd5 Mon Sep 17 00:00:00 2001 From: Gray <84999745+Milxnor@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:02:50 -0400 Subject: [PATCH] Remove only Athena dedicated_server --- routes/mcp.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/routes/mcp.js b/routes/mcp.js index 51b78ee..f468894 100644 --- a/routes/mcp.js +++ b/routes/mcp.js @@ -1503,12 +1503,6 @@ app.post("/fortnite/api/game/v2/profile/:accountId/dedicated_server/:operation", let profile = profiles.profiles[req.query.profileId]; - if (req.query.profileId != "athena") return error.createError( - "errors.com.epicgames.modules.profiles.invalid_command", - `dedicated_server is not valid on ${req.query.profileId} profile`, - ["dedicated_server",req.query.profileId], 12801, undefined, 400, res - ); - let ApplyProfileChanges = []; let BaseRevision = profile.rvn; let QueryRevision = req.query.rvn || -1;