automatically switch mods when possible
This commit is contained in:
@@ -635,7 +635,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
onStart();
|
||||
};
|
||||
|
||||
if (selectedReplay != null && ReplayUtils.CheckReplayCompatibility(selectedReplay))
|
||||
if (selectedReplay != null && ReplayUtils.PromptConfirmReplayCompatibility(selectedReplay))
|
||||
startReplay();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user