From 372498a07e09fbcbbeec2421c67c41118624aad6 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 11 Nov 2024 17:21:03 +0000 Subject: [PATCH] Removed unused code --- project/src/controllers/MatchController.ts | 3 --- 1 file changed, 3 deletions(-) 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); } /**