This commit is contained in:
Frank
2020-04-01 01:46:01 +02:00
parent 3e5b87411e
commit 81977aa04d
6 changed files with 95 additions and 25 deletions
+5
View File
@@ -202,6 +202,11 @@ function AIRWING:AddSquadron(Squadron)
-- Set airwing to squadron.
Squadron:SetAirwing(self)
-- Start squadron.
if Squadron:IsStopped() then
Squadron:Start()
end
return self
end