summaryrefslogtreecommitdiff
path: root/src/sanitychecks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sanitychecks.cpp')
-rw-r--r--src/sanitychecks.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sanitychecks.cpp b/src/sanitychecks.cpp
index 637cd83f..2f7126ea 100644
--- a/src/sanitychecks.cpp
+++ b/src/sanitychecks.cpp
@@ -389,7 +389,8 @@ int checkMicrosoftStore(const QDir& gameDir)
for (auto badPath : pathsToCheck) {
if (gameDir.path().contains(badPath))
{
- log::warn("the game is installed with the Microsoft Store / Gamepass and is not supported");
+ log::error("This game is not supported by Mod Organizer.");
+ log::error("Games installed through the Microsoft Store will not work properly.");
return 1;
}
}