From 2c54d128b4367a19df5b18735e3dfaa4645eef03 Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Sat, 1 May 2021 17:10:27 -0700 Subject: Add some more Microsoft Store errors --- src/sanitychecks.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sanitychecks.cpp') 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; } } -- cgit v1.3.1