Fixing an issue with cargo links.

This commit is contained in:
FlightControl
2018-09-05 20:55:56 +02:00
parent da4664eff5
commit ab19c696c3
8 changed files with 20 additions and 20 deletions

View File

@@ -17,9 +17,9 @@
--
-- Armoured Personnel Carriers (APC), Trucks, Jeeps and other ground based carrier equipment can be mobilized to intelligently transport infantry and other cargo within the simulation.
--
-- The AI_CARGO_APC class uses the @{Cargo} capabilities within the MOOSE framework.
-- @{Cargo} must be declared within the mission to make the AI_CARGO_APC object recognize the cargo.
-- Please consult the @{Cargo} module for more information.
-- The AI_CARGO_APC class uses the @{Cargo.Cargo} capabilities within the MOOSE framework.
-- @{Cargo.Cargo} must be declared within the mission to make the AI_CARGO_APC object recognize the cargo.
-- Please consult the @{Cargo.Cargo} module for more information.
--
-- ## Cargo loading.
--