diff --git a/OpenRA.Game/Widgets/Delegates/LobbyDelegate.cs b/OpenRA.Game/Widgets/Delegates/LobbyDelegate.cs index 6758022fad..2218477f5e 100644 --- a/OpenRA.Game/Widgets/Delegates/LobbyDelegate.cs +++ b/OpenRA.Game/Widgets/Delegates/LobbyDelegate.cs @@ -271,7 +271,7 @@ namespace OpenRA.Widgets.Delegates else { if (s.Bot == null) - Game.IssueOrder(Order.Command("slot_bot HackyAI")); + Game.IssueOrder(Order.Command("slot_bot {0} HackyAI".F(s.Index))); else Game.IssueOrder(Order.Command("slot_close " + s.Index)); }