Re-enable replays for missions

This commit is contained in:
Oliver Brakmann
2015-07-25 19:51:33 +02:00
parent 4de03e991c
commit b749548e76

View File

@@ -287,7 +287,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
};
Game.LobbyInfoChanged += lobbyReady;
om = Game.JoinServer(IPAddress.Loopback.ToString(), Game.CreateLocalServer(selectedMapPreview.Uid), "", false);
om = Game.JoinServer(IPAddress.Loopback.ToString(), Game.CreateLocalServer(selectedMapPreview.Uid), "");
}
class DropDownOption