mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
Fix mod protection message
This commit is contained in:
parent
187ef3b24f
commit
b1ebcfc18d
@ -554,7 +554,7 @@ void NewSyncResources(SOCKET Sock, const std::string& Mods, const std::vector<Mo
|
||||
continue;
|
||||
}
|
||||
|
||||
if (ModInfoIter->Protected && 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user