mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Target marking of all tasks in a mission.
Fixed bug with SetAcceptRange.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user