Removes the last use of EntitySystem.EntitySystemManager in content.
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Content.Server.AI.Pathfinding
|
|||||||
|
|
||||||
private void DispatchGraph(SharedAiDebug.RequestPathfindingGraphMessage message)
|
private void DispatchGraph(SharedAiDebug.RequestPathfindingGraphMessage message)
|
||||||
{
|
{
|
||||||
var pathfindingSystem = EntitySystemManager.GetEntitySystem<PathfindingSystem>();
|
var pathfindingSystem = EntityManager.EntitySysManager.GetEntitySystem<PathfindingSystem>();
|
||||||
var mapManager = IoCManager.Resolve<IMapManager>();
|
var mapManager = IoCManager.Resolve<IMapManager>();
|
||||||
var result = new Dictionary<int, List<Vector2>>();
|
var result = new Dictionary<int, List<Vector2>>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user