Revert parallel steering (#13085)

This commit is contained in:
metalgearsloth
2022-12-19 18:46:27 +11:00
committed by GitHub
parent 2ba9eb66ff
commit c656e051c2
3 changed files with 8 additions and 12 deletions

View File

@@ -50,6 +50,7 @@ namespace Content.Server.NPC.Pathfinding
private readonly Dictionary<ICommonSession, PathfindingDebugMode> _subscribedSessions = new();
[ViewVariables]
private readonly List<PathRequest> _pathRequests = new(PathTickLimit);
private static readonly TimeSpan PathTime = TimeSpan.FromMilliseconds(3);