Skip to content

Commit

Permalink
fix: update existing color cache after creature remove
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Jan 29, 2023
1 parent fdf4d1a commit 9e13fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ARKBreedingStats/library/CreatureCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ internal void DeleteCreature(Creature c)
if (DeletedCreatureGuids == null)
DeletedCreatureGuids = new List<Guid>();
DeletedCreatureGuids.Add(c.guid);
ResetExistingColors(c.Species);
}
}

Expand Down

0 comments on commit 9e13fa2

Please sign in to comment.