From b1ebcfc18d4808f6f9902a86641b1575044b6649 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Tue, 27 May 2025 22:12:07 +0200 Subject: [PATCH] Fix mod protection message --- src/Network/Resources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);