#378 crash in IdleHealActivity fixed
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenRA.Mods.RA
|
||||
}
|
||||
if( inner != null )
|
||||
{
|
||||
if( currentTarget.GetDamageState() == DamageState.Undamaged )
|
||||
if( NeedsNewTarget(self) )
|
||||
inner.Cancel( self );
|
||||
inner = Util.RunActivity( self, inner );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user