# Conflicts:

#	Moose Development/Moose/Tasking/Task_CARGO.lua
This commit is contained in:
FlightControl_Master
2018-04-08 18:59:42 +02:00
parent 31f0bb9fef
commit 8b8fcaaacd
4 changed files with 53 additions and 17 deletions

View File

@@ -561,7 +561,7 @@ do -- CARGO
-- @param Core.Point#Coordinate Coordinate
-- @return #boolean true if the CargoGroup is within the loading radius.
function CARGO:IsInLoadRadius( Coordinate )
self:F( { Coordinate } )
self:F( { Coordinate, LoadRadius = self.LoadRadius } )
local Distance = 0
if self:IsUnLoaded() then