added a new Launch.Replay=$FilePath parameter
that does not persist in settings.yaml
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
|
||||
{
|
||||
Ui.CloseWindow();
|
||||
onSwitch();
|
||||
Game.InitializeWithMod(mod);
|
||||
Game.InitializeWithMod(mod, null);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user