1
0
Fork 0

Don't spam the log with a list of loaded drivers

This commit is contained in:
Duncan Ogilvie 2022-09-02 19:42:06 +02:00
parent 5eeae0059e
commit ae3b36967d
1 changed files with 0 additions and 1 deletions

View File

@ -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())