Core/SAI: Fixes overwriting loaded paths.

This commit is contained in:
hondacrx
2021-02-16 00:16:41 -05:00
parent ed7eff2abe
commit 1e2b303b35
+1 -1
View File
@@ -99,7 +99,7 @@ namespace Game.AI
_path = new WaypointPath();
_path.id = path.id;
_path.nodes = path.nodes;
_path.nodes.AddRange(path.nodes);
foreach (WaypointNode waypoint in _path.nodes)
{
GridDefines.NormalizeMapCoord(ref waypoint.x);