show map name in ra lobby

This commit is contained in:
Chris Forbes
2011-10-07 07:58:16 +13:00
parent 52daca603b
commit 87223f5b64

View File

@@ -204,7 +204,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
Map = new Map(Game.modData.AvailableMaps[MapUid].Path); Map = new Map(Game.modData.AvailableMaps[MapUid].Path);
var title = Widget.RootWidget.GetWidget<LabelWidget>("LOBBY_TITLE"); var title = Widget.RootWidget.GetWidget<LabelWidget>("LOBBY_TITLE");
title.Text = "OpenRA Multiplayer Lobby - " + orderManager.LobbyInfo.GlobalSettings.ServerName; title.Text = "OpenRA Multiplayer Lobby - " + orderManager.LobbyInfo.GlobalSettings.ServerName + " - " + Map.Title;
} }
void ShowColorDropDown(DropDownButtonWidget color, Session.Client client) void ShowColorDropDown(DropDownButtonWidget color, Session.Client client)