Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2020-10-31 21:22:17 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7875,7 +7875,7 @@ end
function AIRBOSS:_RemoveUnitFromFlight(unit)
-- Check if unit exists.
if unit then
if unit and unit:IsInstanceOf("UNIT") then
-- Get group.
local group=unit:GetGroup()