Actor properties consistency improved
This commit is contained in:
@@ -59,7 +59,7 @@ namespace OpenRA.Mods.RA.Buildings
|
||||
|
||||
self.World.AddFrameEndTask(w =>
|
||||
{
|
||||
if (!self.IsDead())
|
||||
if (!self.IsDead)
|
||||
w.Add(new RepairIndicator(self, Info.IndicatorPalettePrefix));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user