diff --git a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj
index dc5d5df41d..8efa9f7037 100644
--- a/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj
+++ b/OpenRA.Mods.Cnc/OpenRA.Mods.Cnc.csproj
@@ -76,6 +76,7 @@
+
diff --git a/OpenRA.Mods.Cnc/Widgets/CncLobbyLogic.cs b/OpenRA.Mods.Cnc/Widgets/CncLobbyLogic.cs
index 42f06cbde1..1f66642ab9 100755
--- a/OpenRA.Mods.Cnc/Widgets/CncLobbyLogic.cs
+++ b/OpenRA.Mods.Cnc/Widgets/CncLobbyLogic.cs
@@ -136,7 +136,21 @@ namespace OpenRA.Mods.Cnc.Widgets
CountryNames.Add("random", "Random");
var mapButton = lobby.GetWidget("CHANGEMAP_BUTTON");
- mapButton.OnClick = () => Widget.OpenWindow( "MAP_CHOOSER", new Dictionary{ { "orderManager", orderManager }, { "mapName", MapUid } } );
+ mapButton.OnClick = () =>
+ {
+ var onSelect = new Action