Show the server map pool in the client map chooser.
Maps that aren't installed are queried from the resource center.
This commit is contained in:
@@ -204,6 +204,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
Game.OpenWindow("MAPCHOOSER_PANEL", new WidgetArgs()
|
||||
{
|
||||
{ "initialMap", null },
|
||||
{ "remoteMapPool", null },
|
||||
{ "initialTab", MapClassification.User },
|
||||
{ "onExit", () => SwitchMenu(MenuType.MapEditor) },
|
||||
{ "onSelect", onSelect },
|
||||
|
||||
Reference in New Issue
Block a user