Merge pull request #9709 from reaperrr/unitsat-actorsat
Rename ActorMap *UnitsAt* occurences to *ActorsAt*
This commit is contained in:
@@ -63,7 +63,7 @@ namespace OpenRA.Mods.Common.Warheads
|
||||
|
||||
public static bool GetDirectHit(World world, CPos cell, WPos pos)
|
||||
{
|
||||
foreach (var unit in world.ActorMap.GetUnitsAt(cell))
|
||||
foreach (var unit in world.ActorMap.GetActorsAt(cell))
|
||||
{
|
||||
var healthInfo = unit.Info.TraitInfoOrDefault<HealthInfo>();
|
||||
if (healthInfo == null)
|
||||
|
||||
Reference in New Issue
Block a user