fix bogosity in SupportPowerManager
This commit is contained in:
@@ -101,7 +101,7 @@ namespace OpenRA.Mods.RA
|
|||||||
Powers[key].Target();
|
Powers[key].Target();
|
||||||
}
|
}
|
||||||
|
|
||||||
static readonly SupportPowerInstance[] NoInstances;
|
static readonly SupportPowerInstance[] NoInstances = {};
|
||||||
|
|
||||||
public IEnumerable<SupportPowerInstance> GetPowersForActor(Actor a)
|
public IEnumerable<SupportPowerInstance> GetPowersForActor(Actor a)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user