fix issue with button detection

This commit is contained in:
RaidMax 2020-10-02 16:45:55 -05:00
parent 1484d63b97
commit 59f1699228

View File

@ -331,7 +331,6 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
if (!shouldIgnoreDetection) if (!shouldIgnoreDetection)
{ {
validButtonHitCount++; validButtonHitCount++;
}
double lastDiff = hit.TimeOffset - hit.TimeSinceLastAttack; double lastDiff = hit.TimeOffset - hit.TimeSinceLastAttack;
if (validButtonHitCount > 0 && lastDiff <= 0) if (validButtonHitCount > 0 && lastDiff <= 0)
@ -344,6 +343,7 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
Type = DetectionType.Button Type = DetectionType.Button
}); });
} }
}
#endregion #endregion
#region SESSION_RATIOS #region SESSION_RATIOS