diff --git a/src/pc/mods/mod.c b/src/pc/mods/mod.c index 295bbf120..79b37b297 100644 --- a/src/pc/mods/mod.c +++ b/src/pc/mods/mod.c @@ -167,8 +167,7 @@ static bool mod_load_files(struct Mod* mod, char* modName, char* fullPath) { struct dirent* dir = NULL; DIR* d = opendir(actorsPath); if (!d) { - LOG_ERROR("Could not open directory '%s'", actorsPath); - return false; + return true; } // iterate mod directory