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);
|
||||
if (CanEnterCell(p))
|
||||
availCells.Add(p);
|
||||
else
|
||||
if (p != nudger.Location && p != ToCell)
|
||||
else if (p != nudger.Location && p != ToCell)
|
||||
notStupidCells.Add(p);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user