removed detection of nobf and noaf

This commit is contained in:
jenz 2022-06-13 22:45:45 +02:00
parent ba1fe9c5b6
commit 737aa5d8da

View File

@ -644,7 +644,7 @@ void AnalyzeStats(int client)
{
LogToFileEx(gS_LogPath, "%L - (" ... DESC7 ... ") (%d): %s", client, iLowBefores, sScrollStats);
Format(stats_desc, sizeof(stats_desc), "%s (%d):\n%s", DESC7, iLowBefores, sScrollStats);
Oryx_Trigger(client, TRIGGER_MEDIUM, stats_desc);
//Oryx_Trigger(client, TRIGGER_MEDIUM, stats_desc);
}
else if(iPerfs >= 55 && iSameBeforeAfter >= 25)
@ -658,7 +658,7 @@ void AnalyzeStats(int client)
{
LogToFileEx(gS_LogPath, "%L - (" ... DESC9 ... ") (%d): %s", client, iLowAfters, sScrollStats);
Format(stats_desc, sizeof(stats_desc), "%s:\n(%d): %s", DESC9, iLowAfters, sScrollStats);
Oryx_Trigger(client, TRIGGER_LOW, stats_desc);
//Oryx_Trigger(client, TRIGGER_LOW, stats_desc);
}
else if(iVeryHighNumber >= 15 && (iCloseToNext >= 13 || iPerfs >= 80))