Merge branch 'develop' into FF/Develop

This commit is contained in:
funkyfranky
2018-08-23 17:24:18 +02:00
15 changed files with 633 additions and 255 deletions

View File

@@ -723,7 +723,7 @@ do -- Event Creation
-- @param #EVENT self
-- @param AI.AI_Cargo#AI_CARGO Cargo The Cargo created.
function EVENT:CreateEventNewCargo( Cargo )
self:F( { Cargo } )
self:I( { Cargo } )
local Event = {
id = EVENTS.NewCargo,