Fix AttackTDGunboatTurreted exiting early.

This commit is contained in:
Paul Chote
2019-07-24 21:42:39 +01:00
parent 8c7ff3b5b0
commit bc4dea406d

View File

@@ -66,7 +66,7 @@ namespace OpenRA.Mods.Cnc.Traits
hasTicked = true; hasTicked = true;
} }
return true; return false;
} }
} }
} }