Fix Armament not working properly with value 0 in BurstDelays

This commit is contained in:
Gustas
2023-02-17 20:49:25 +02:00
committed by Matthias Mailänder
parent b7e0ed9b87
commit 4dec79a5fb
6 changed files with 24 additions and 34 deletions

View File

@@ -166,7 +166,7 @@ namespace OpenRA.Mods.Common.Traits
return;
foreach (var a in Armaments)
a.CheckFire(self, facing, target);
a.CheckFire(self, facing, target, false);
}
IEnumerable<IOrderTargeter> IIssueOrder.Orders