Don't pathfind on deleted grid (#8300)

This commit is contained in:
metalgearsloth
2022-05-22 12:51:05 +10:00
committed by GitHub
parent b4d5f5f091
commit 2785a51916
3 changed files with 9 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Server.AI.Pathfinding.Accessible
/// <summary>
/// Gets all of the tiles in range that can we access
/// </summary>
/// If you want Dikstra then add distances.
/// If you want Dijkstra then add distances.
/// Doesn't use the JobQueue as it will generally be encapsulated by other jobs
/// <param name="pathfindingArgs"></param>
/// <param name="range"></param>