mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Check is no longer necessary
Check is no longer necessary; shipped cvars get initialized early enough now.
This commit is contained in:
parent
d9926af80c
commit
24b8cc6215
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user