Fix IDE0200
This commit is contained in:
committed by
Gustas Kažukauskas
parent
ce3ad6fbb3
commit
0338258b45
@@ -72,7 +72,7 @@ namespace OpenRA.Mods.Common
|
||||
|
||||
public static void NotifyBlocker(this Actor self, IEnumerable<CPos> positions)
|
||||
{
|
||||
NotifyBlocker(self, positions.SelectMany(p => self.World.ActorMap.GetActorsAt(p)));
|
||||
NotifyBlocker(self, positions.SelectMany(self.World.ActorMap.GetActorsAt));
|
||||
}
|
||||
|
||||
public static CPos ClosestCell(this Actor self, IEnumerable<CPos> cells)
|
||||
|
||||
Reference in New Issue
Block a user