massive checkpoint
This commit is contained in:
@@ -72,7 +72,6 @@ namespace PathFinding
|
||||
var element = collection[from];
|
||||
if (element == null)
|
||||
{
|
||||
Console.WriteLine("Null element in PathEvery");
|
||||
return;
|
||||
}
|
||||
foreach (var path in element.MoveSet.GetMoves())
|
||||
|
||||
Reference in New Issue
Block a user