Merge branch 'FF/Ops' into FF/OpsDev

This commit is contained in:
Frank
2023-09-20 14:39:41 +02:00
8 changed files with 503 additions and 147 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8128,7 +8128,7 @@ function OPSGROUP:_CheckCargoTransport()
for _,_cargo in pairs(self.cargoTZC.Cargos) do
local cargo=_cargo --Ops.OpsGroup#OPSGROUP.CargoGroup
if cargo.type==OPSTRANSPORT.CargoType.OPSTRANPORT then
if cargo.type==OPSTRANSPORT.CargoType.OPSGROUP then
-- Check if anyone is still boarding.
if cargo.opsgroup and cargo.opsgroup:IsBoarding(self.groupname) then