Don't spam the log with a list of loaded drivers
This commit is contained in:
parent
5eeae0059e
commit
ae3b36967d
|
|
@ -375,7 +375,6 @@ String LoadedAntiCheatDrivers()
|
|||
{
|
||||
const auto & Module = Modules->Modules[i];
|
||||
String DriverName = (char*)Module.FullPathName + Module.OffsetToFileName;
|
||||
dputs_untranslated(DriverName.c_str());
|
||||
if(DriverSet.count(StringUtils::ToLower(DriverName)))
|
||||
{
|
||||
if(!Result.empty())
|
||||
|
|
|
|||
Loading…
Reference in New Issue