Updated the SPAWN test mission, to ensure that ALL tests are working correctly.

- Fixed code in the mission to spawn vehicles from the Helicopters
(Chinooks), using the new APIs.
- Fixed code in the mission to spawn infantry from the army transport
vehicles using the new APIs.
This commit is contained in:
FlightControl
2016-06-18 10:21:29 +02:00
parent 325c20cb46
commit 36b101fa6d
6 changed files with 20 additions and 9 deletions

View File

@@ -2436,6 +2436,8 @@ function GROUP:CopyRoute( Begin, End, Randomize, Radius )
end
end
return Points
else
error( "Template not found for Group : " .. GroupName )
end
return nil