added a new Launch.Replay=$FilePath parameter

that does not persist in settings.yaml
This commit is contained in:
Matthias Mailänder
2013-12-05 23:01:27 +01:00
parent 62ffe4aeaf
commit 3bf385b485
2 changed files with 5 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
{
Ui.CloseWindow();
onSwitch();
Game.InitializeWithMod(mod);
Game.InitializeWithMod(mod, null);
});
}
}