Fixes DETECTION_UNITS and DETECTION_TYPES again.

This commit is contained in:
FlightControl_Master
2018-03-14 06:57:47 +01:00
parent 92d4bad63f
commit e57d05fc91
3 changed files with 72 additions and 35 deletions

View File

@@ -802,6 +802,10 @@ do -- DESIGNATE
end
)
self.Designating[DesignateIndex] = ""
-- When we found an item for designation, we stop the loop.
-- So each iteration over the detected items, a new detected item will be selected to be designated.
-- Until all detected items were found or until there are about 5 designations allocated.
break
end
end