Any
MoveToDecade
This commit is contained in:
@ -85,7 +85,7 @@ internal class F_Random
|
||||
relativePaths.Add(mapping.MappingFromItem.RelativePath);
|
||||
distinctCollection.Add(mapping.MappingFromItem.Id);
|
||||
}
|
||||
if (relativePaths.Any())
|
||||
if (relativePaths.Count > 0)
|
||||
{
|
||||
for (int i = 0; i < 366; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user