Fixing resuming task after refuelling.

This commit is contained in:
FlightControl
2018-10-21 14:36:05 +02:00
parent e4334cccb3
commit 1c6c0c4d81
3 changed files with 9 additions and 11 deletions

View File

@@ -635,7 +635,7 @@ end
--- @param Wrapper.Group#GROUP AIGroup
function AI_A2A.Resume( AIGroup, Fsm )
AIGroup:F( { "AI_A2A.Resume:", AIGroup:GetName() } )
AIGroup:I( { "AI_A2A.Resume:", AIGroup:GetName() } )
if AIGroup:IsAlive() then
Fsm:__RTB( 0.5 )
end