Merge pull request #10121 from RoosterDragon/spelling
Fix some spellings
This commit is contained in:
@@ -41,7 +41,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
this.targetCenter = targetCenter;
|
||||
}
|
||||
|
||||
// CanEnter(target) should to be true; othwise, Enter may abort.
|
||||
// CanEnter(target) should to be true; otherwise, Enter may abort.
|
||||
// Tries counter starts at 1 (reset every tick)
|
||||
protected virtual bool TryGetAlternateTarget(Actor self, int tries, ref Target target) { return false; }
|
||||
protected virtual bool CanReserve(Actor self) { return true; }
|
||||
|
||||
Reference in New Issue
Block a user