-- Fixed NearRadius.

-- Some documentation errors.
This commit is contained in:
FlightControl
2018-09-27 22:08:08 +02:00
parent 2dc7ca0cb2
commit 5becf001ba
8 changed files with 19 additions and 22 deletions

View File

@@ -1017,7 +1017,7 @@ do -- TASK_CARGO
else
Cargo:MessageToGroup( "Boarding ...", TaskUnit:GetGroup() )
if not Cargo:IsBoarding() then
Cargo:Board( TaskUnit, 20, self )
Cargo:Board( TaskUnit, nil, self )
end
end
else