diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs index d3d40fee17..8980e2f246 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs @@ -308,7 +308,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic foreach (var b in Rules.Info["player"].Traits.WithInterface().Select(t => t.Name)) { var bot = b; - options.Add(new SlotDropDownOption("Bot: {0}".F(bot), + options.Add(new SlotDropDownOption(bot, "slot_bot {0} {1}".F(slot.PlayerReference, bot), () => client != null && client.Bot == bot)); } diff --git a/mods/cnc/chrome/lobby.yaml b/mods/cnc/chrome/lobby.yaml index 1bd16feca8..a34d570675 100644 --- a/mods/cnc/chrome/lobby.yaml +++ b/mods/cnc/chrome/lobby.yaml @@ -325,7 +325,7 @@ Container@SERVER_LOBBY: Height:25 X:0 Y:0 - Text:Name + Text:Player Align:Center Font:Bold Label@LABEL_LOBBY_COLOR: