Skip to content

Commit d4f5801

Browse files
committed
issue the right order for deploy
1 parent 10a546d commit d4f5801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenRA.Mods.RA/Widgets/WorldCommandWidget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ bool PerformScatter()
9090

9191
bool PerformDeploy()
9292
{
93-
PerformKeyboardOrderOnSelection(a => new Order("Deploy", a, false));
93+
PerformKeyboardOrderOnSelection(a => new Order("DeployTransform", a, false));
9494
return true;
9595
}
9696
}

0 commit comments

Comments
 (0)