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

@@ -74,7 +74,7 @@ namespace Content.Client.Markings
// if the given marking isn't correctly formed, we need to
// instead just allocate a new marking based on the old one
// with the correct sprite count
if (marking.MarkingColors.Count != markingPrototype.Sprites.Count)
{
marking = new Marking(marking.MarkingId, markingPrototype.Sprites.Count);