diff --git a/r5dev/filesystem/basefilesystem.cpp b/r5dev/filesystem/basefilesystem.cpp index 72d5e55c..9c021f32 100644 --- a/r5dev/filesystem/basefilesystem.cpp +++ b/r5dev/filesystem/basefilesystem.cpp @@ -18,7 +18,7 @@ void CBaseFileSystem::Warning(CBaseFileSystem* pFileSystem, FileWarningLevel_t l if (level >= FileWarningLevel_t::FILESYSTEM_WARNING_REPORTALLACCESSES) { // Logging reads is very verbose! Explicitly toggle.. - if (!fs_showAllReads || !fs_showAllReads->GetBool()) + if (!fs_showAllReads->GetBool()) { return; }