Target marking of all tasks in a mission.

Fixed bug with SetAcceptRange.
This commit is contained in:
FlightControl_Master
2017-12-05 14:31:02 +01:00
parent 27159c4234
commit 64b6f52a2d
2 changed files with 39 additions and 1 deletions

View File

@@ -612,7 +612,7 @@ do -- DETECTION_BASE
-- end
-- end
if self.AcceptRange and Distance > self.AcceptRange then
if self.AcceptRange and Distance * 1000 > self.AcceptRange then
DetectionAccepted = false
end