Updates for visibility of squadrons before start.

This commit is contained in:
FlightControl
2018-10-24 20:55:04 +02:00
parent 52069cc1d0
commit 17ffc7cef9
2 changed files with 109 additions and 73 deletions

View File

@@ -502,9 +502,10 @@ function AI_A2A:onafterStatus()
if RTB == true then
self:__RTB( 0.5 )
else
self:__Status( 10 )
end
self:__Status( 10 )
end
end