Bug de Rules.cs
continuous-integration/drone/push Build is failing Details

pull/112/head
Rémi LAVERGNE 11 months ago
parent a5ea118e4a
commit aab53a614e

@ -49,6 +49,9 @@ namespace Models.Rules
foreach (var path in ropePaths.Where(path => path.Contains(adjacente)))
{
index=ropePaths.IndexOf(path);
}
if (index != -1)
{
return true;
}
return false;

Loading…
Cancel
Save