Working plane cargo AI dispatcher, but still need to work on the collisions on the runway etc of moving vehicles with planes...

This commit is contained in:
FlightControl
2018-08-14 21:04:11 +02:00
parent 4d7812b368
commit e4f8b5afc3
4 changed files with 31 additions and 24 deletions

View File

@@ -719,7 +719,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,