0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:30:44 -05:00

Removed unused code

This commit is contained in:
Dev 2024-11-11 17:21:03 +00:00
parent bcad3773f7
commit 372498a07e

View File

@ -91,9 +91,6 @@ export class MatchController {
request.wavesSettings.botDifficulty, request.wavesSettings.botDifficulty,
); );
} }
// Store the profile as-is for later use on the post-raid exp screen
const currentProfile = this.saveServer.getProfile(sessionID);
} }
/** /**