automatically switch mods when possible

This commit is contained in:
Matthias Mailänder
2015-01-25 13:57:12 +01:00
parent 3bb448b29b
commit e13447e641
3 changed files with 27 additions and 17 deletions

View File

@@ -635,7 +635,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
onStart();
};
if (selectedReplay != null && ReplayUtils.CheckReplayCompatibility(selectedReplay))
if (selectedReplay != null && ReplayUtils.PromptConfirmReplayCompatibility(selectedReplay))
startReplay();
}