diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-05-01 17:10:27 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-05-01 17:10:27 -0700 |
| commit | 2c54d128b4367a19df5b18735e3dfaa4645eef03 (patch) | |
| tree | 0ec7e0889bba8ac6fdd35f788cbdafc8342996a6 /src/sanitychecks.cpp | |
| parent | f71288db16dde69abbfe09ae3f5de9a103576e3d (diff) | |
Add some more Microsoft Store errors
Diffstat (limited to 'src/sanitychecks.cpp')
| -rw-r--r-- | src/sanitychecks.cpp | 3 |
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; } } |
