Fixed problem upon mission success.

This commit is contained in:
FlightControl
2017-05-05 14:37:55 +02:00
parent 625450ba12
commit 9a54462164
+2
View File
@@ -585,8 +585,10 @@ function TASK:UnAssignFromGroups()
self:F2() self:F2()
for TaskGroupName, TaskGroup in pairs( self.SetGroup:GetSet() ) do for TaskGroupName, TaskGroup in pairs( self.SetGroup:GetSet() ) do
if self:IsGroupAssigned(TaskGroup) then
self:UnAssignFromGroup( TaskGroup ) self:UnAssignFromGroup( TaskGroup )
end end
end
end end