Skip to content

Commit

Permalink
Remove only Athena dedicated_server
Browse files Browse the repository at this point in the history
  • Loading branch information
Milxnor authored Mar 16, 2024
1 parent 40d10c7 commit a6f0186
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions routes/mcp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a6f0186

Please sign in to comment.