StyleCop cleanup

This commit is contained in:
Matthias Mailänder
2013-11-02 18:02:49 +01:00
parent b1c3ac20bf
commit 73750f5a7c
2 changed files with 19 additions and 18 deletions

View File

@@ -259,7 +259,9 @@ namespace OpenRA.Mods.RA.Move
{
if (order is MoveOrderTargeter)
{
if (Info.OnRails) return null;
if (Info.OnRails)
return null;
return new Order("Move", self, queued) { TargetLocation = target.CenterPosition.ToCPos() };
}
return null;