do transport unload on 'f'

This commit is contained in:
Chris Forbes
2011-03-12 23:28:47 +13:00
parent 2eec1b2016
commit f58e9a2a99

View File

@@ -90,7 +90,9 @@ namespace OpenRA.Mods.RA.Widgets
bool PerformDeploy() bool PerformDeploy()
{ {
/* hack: two orders here -- DeployTransform and Unload. */
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false)); PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
PerformKeyboardOrderOnSelection(a => new Order("Unload", a, false));
return true; return true;
} }
} }