Minor formatting fix in Mobile.cs.
This commit is contained in:
@@ -618,8 +618,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
var p = ToCell + new CVec(i, j);
|
var p = ToCell + new CVec(i, j);
|
||||||
if (CanEnterCell(p))
|
if (CanEnterCell(p))
|
||||||
availCells.Add(p);
|
availCells.Add(p);
|
||||||
else
|
else if (p != nudger.Location && p != ToCell)
|
||||||
if (p != nudger.Location && p != ToCell)
|
|
||||||
notStupidCells.Add(p);
|
notStupidCells.Add(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user