Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-10-28 17:03:57 +00:00
parent abb844c9ce
commit 3da3ea1098
3 changed files with 22 additions and 67 deletions
@@ -185,9 +185,10 @@ public class LauncherV2Controller(
if (!sessionId)
{
var profileInfo = saveServer.GetProfiles().FirstOrDefault(x =>
x.Value.ProfileInfo?.Username == info.Username
).Value.ProfileInfo;
var profileInfo = saveServer
.GetProfiles()
.FirstOrDefault(x => x.Value.ProfileInfo?.Username == info.Username)
.Value.ProfileInfo;
profileInfo!.Edition = info.Edition;
profileInfo.IsWiped = true;