diff --git a/src/Network/Resources.cpp b/src/Network/Resources.cpp index 4415db2..c5e0cc4 100644 --- a/src/Network/Resources.cpp +++ b/src/Network/Resources.cpp @@ -554,7 +554,7 @@ void NewSyncResources(SOCKET Sock, const std::string& Mods, const std::vectorProtected && false) { + if (ModInfoIter->Protected) { std::string message = "Mod '" + ModInfoIter->FileName + "' is protected and therefore must be placed in the Resources/Caching folder manually here: " + fs::absolute(CachingDirectory).string(); error(message);