diff --git a/project/src/controllers/MatchController.ts b/project/src/controllers/MatchController.ts index 7102d389..089d113d 100644 --- a/project/src/controllers/MatchController.ts +++ b/project/src/controllers/MatchController.ts @@ -91,9 +91,6 @@ export class MatchController { request.wavesSettings.botDifficulty, ); } - - // Store the profile as-is for later use on the post-raid exp screen - const currentProfile = this.saveServer.getProfile(sessionID); } /**