Skip to content

Commit

Permalink
cleanup of deleted creature ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
cadaei committed Oct 3, 2019
1 parent 863a593 commit 405e8b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ARKBreedingStats/Form1.collection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ private bool LoadCollectionFile(string filePath, bool keepCurrentCreatures = fal
creatureBoxListView.Clear();
}

creatureCollection.DeletedCreatureGuids = null; // no longer needed

InitializeCollection();

filterListAllowed = false;
Expand Down

0 comments on commit 405e8b8

Please sign in to comment.