fix issue with button detection
This commit is contained in:
parent
1484d63b97
commit
59f1699228
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user