issue the right order for deploy
This commit is contained in:
@@ -90,7 +90,7 @@ namespace OpenRA.Mods.RA.Widgets
|
|||||||
|
|
||||||
bool PerformDeploy()
|
bool PerformDeploy()
|
||||||
{
|
{
|
||||||
PerformKeyboardOrderOnSelection(a => new Order("Deploy", a, false));
|
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user