Update OpsGroup.lua

This commit is contained in:
Frank 2021-07-24 23:56:27 +02:00
parent c718584755
commit 615a220acb

View File

@ -5447,7 +5447,7 @@ function OPSGROUP:_CheckGoPickup(CargoTransport)
-- This one is delivered. -- This one is delivered.
elseif cargo.opsgroup==nil or cargo.opsgroup:IsDead() or cargo.opsgroup:IsStopped() then elseif cargo.opsgroup==nil or cargo.opsgroup:IsDead() or cargo.opsgroup:IsStopped() then
-- This one is dead. -- This one is dead.
elseif cargo.opsgroup:IsLoaded() then elseif cargo.opsgroup:IsLoaded(CargoTransport:_GetCarrierNames()) then
-- This one is loaded into a(nother) carrier. -- This one is loaded into a(nother) carrier.
else else
done=false --Someone is not done! done=false --Someone is not done!