Allow outside code to specify the map chooser visibility filter.

This commit is contained in:
Paul Chote
2014-12-15 17:47:27 +13:00
parent 2ed594fd86
commit 6f0927069a
2 changed files with 10 additions and 9 deletions

View File

@@ -173,7 +173,8 @@ namespace OpenRA.Mods.RA.Widgets.Logic
{
{ "initialMap", Map.Uid },
{ "onExit", DoNothing },
{ "onSelect", onSelect }
{ "onSelect", onSelect },
{ "filter", MapVisibility.Lobby },
});
};
}