Fix in detection of crash.

This commit is contained in:
FlightControl 2017-03-25 06:23:15 +01:00
parent 3e8824b89b
commit 1bb40824a2
3 changed files with 1321 additions and 1089 deletions

View File

@ -1832,7 +1832,7 @@ do -- DETECTION_AREAS
end
if ChangeCode == "AAU" then
MT[#MT+1] = "Changed area " .. ChangeData.ItemID .. ". The new center target is a " .. ChangeData.ItemUnitType "."
MT[#MT+1] = "Changed area " .. ChangeData.ItemID .. ". The new center target is a " .. ChangeData.ItemUnitType .. "."
end
if ChangeCode == "RA" then

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff