Format Style Fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user