CustomizationStorage can be null on new profile
This commit is contained in:
@@ -269,8 +269,7 @@ public class CustomizationController(
|
||||
return customisationResultsClone!;
|
||||
}
|
||||
|
||||
|
||||
customisationResultsClone!.AddRange(profile.CustomisationUnlocks);
|
||||
customisationResultsClone!.AddRange(profile.CustomisationUnlocks ?? []);
|
||||
|
||||
return customisationResultsClone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user