issue the right order for deploy

This commit is contained in:
Chris Forbes
2011-03-06 10:36:07 +13:00
parent 10a546d3ae
commit d4f58015c7

View File

@@ -90,7 +90,7 @@ namespace OpenRA.Mods.RA.Widgets
bool PerformDeploy()
{
PerformKeyboardOrderOnSelection(a => new Order("Deploy", a, false));
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
return true;
}
}