diff --git a/Content.Client/Preferences/ClientPreferencesManager.cs b/Content.Client/Preferences/ClientPreferencesManager.cs index 55c2dd11bd..ed0e9dc870 100644 --- a/Content.Client/Preferences/ClientPreferencesManager.cs +++ b/Content.Client/Preferences/ClientPreferencesManager.cs @@ -75,7 +75,7 @@ public void UpdateCharacter(ICharacterProfile profile, int slot) var collection = IoCManager.Instance!; #if LPP_Sponsors // _LostParadise-Sponsors - var allowedMarkings = _sponsorsManager.TryGetInfo(out var sponsor) ? sponsor.AllowedMarkings : []; + var allowedMarkings = _sponsorsManager.TryGetInfo(out var sponsor) ? sponsor.AllowedMarkings : Array.Empty(); if (sponsor != null) { var tier = sponsor.Tier > 5 ? 5 : sponsor.Tier;