fix indent in HackyAI.DeployMcv
This commit is contained in:
@@ -410,8 +410,8 @@ namespace OpenRA.Mods.RA
|
|||||||
void DeployMcv(Actor self)
|
void DeployMcv(Actor self)
|
||||||
{
|
{
|
||||||
/* find our mcv and deploy it */
|
/* find our mcv and deploy it */
|
||||||
var mcv = self.World.Actors
|
var mcv = self.World.Actors
|
||||||
.FirstOrDefault(a => a.Owner == p && a.Info == Rules.Info["mcv"]);
|
.FirstOrDefault(a => a.Owner == p && a.Info == Rules.Info["mcv"]);
|
||||||
|
|
||||||
if (mcv != null)
|
if (mcv != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user