Merge pull request #311 from FlightControl-Master/Whisper_TaskRouteToZone

TaskRouteToZone formation fix
This commit is contained in:
Sven Van de Velde 2017-03-14 15:28:36 +01:00 committed by GitHub
commit 03d921831f

View File

@ -1620,7 +1620,7 @@ function CONTROLLABLE:TaskRouteToZone( Zone, Randomize, Speed, Formation )
PointFrom.x = ControllablePoint.x PointFrom.x = ControllablePoint.x
PointFrom.y = ControllablePoint.y PointFrom.y = ControllablePoint.y
PointFrom.type = "Turning Point" PointFrom.type = "Turning Point"
PointFrom.action = "Cone" PointFrom.action = Formation or "Cone"
PointFrom.speed = 20 / 1.6 PointFrom.speed = 20 / 1.6