Another quick fix for markings (#7966)

This commit is contained in:
Flipp Syder
2022-05-05 22:25:59 -07:00
committed by GitHub
parent 856df8921a
commit e1b7abe2d9
3 changed files with 22 additions and 14 deletions

View File

@@ -175,7 +175,6 @@ namespace Content.Server.Database
// ReSharper disable once ConditionalAccessQualifierIsNonNullableAccordingToAPIContract
var markingsRaw = profile.Markings?.Deserialize<List<string>>();
profile.Markings?.Dispose();
List<Marking> markings = new();
if (markingsRaw != null)