fix comment in WorldCommandWidget

This commit is contained in:
Chris Forbes
2011-09-04 10:45:10 +12:00
parent 19c7cd650d
commit 014e63383b

View File

@@ -104,7 +104,7 @@ namespace OpenRA.Mods.RA.Widgets
bool PerformDeploy()
{
/* hack: three orders here -- DeployTransform and Unload. */
/* hack: three orders here -- ReturnToBase, DeployTransform, Unload. */
PerformKeyboardOrderOnSelection(a => new Order("ReturnToBase", a, false));
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
PerformKeyboardOrderOnSelection(a => new Order("Unload", a, false));