diff --git a/Assets/Scripts/Behaviours/PathfindingManager.cs b/Assets/Scripts/Behaviours/PathfindingManager.cs index ba9ea614..ac336e9f 100644 --- a/Assets/Scripts/Behaviours/PathfindingManager.cs +++ b/Assets/Scripts/Behaviours/PathfindingManager.cs @@ -142,8 +142,6 @@ namespace SanAndreasUnity.Behaviours return pathResult; - - this.RestoreModifiedDatas(); if (FindPathFromNodeToNode(closestSourceNode.Id, closestDestinationNode.Id))