Revert "Don't attack actors that you can't see"

This reverts commit d235ea3a52.
This commit is contained in:
Matthias Mailänder
2016-01-04 23:02:03 +01:00
parent 98a1a452c1
commit aa9ef48737

View File

@@ -86,9 +86,6 @@ namespace OpenRA.Mods.Common.Traits
if (Armaments.All(a => a.IsReloading))
return false;
if (target.Type == TargetType.Actor && !self.Owner.CanTargetActor(target.Actor))
return false;
return true;
}