Revert parallel steering (#13085)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user