helps to get the command syntax right
This commit is contained in:
@@ -271,7 +271,7 @@ namespace OpenRA.Widgets.Delegates
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (s.Bot == null)
|
if (s.Bot == null)
|
||||||
Game.IssueOrder(Order.Command("slot_bot HackyAI"));
|
Game.IssueOrder(Order.Command("slot_bot {0} HackyAI".F(s.Index)));
|
||||||
else
|
else
|
||||||
Game.IssueOrder(Order.Command("slot_close " + s.Index));
|
Game.IssueOrder(Order.Command("slot_close " + s.Index));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user