1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

fix old bug of auto unflag not working

fix wrong thresholds on recoil
This commit is contained in:
RaidMax
2019-06-24 18:32:14 -05:00
parent cfca00d6c8
commit 72c8a108c5
3 changed files with 7 additions and 7 deletions

View File

@ -569,7 +569,7 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
{
DetectionPenaltyResult result = new DetectionPenaltyResult() { ClientPenalty = EFPenalty.PenaltyType.Any };
#if DEBUG
if (clientDetection.QueuedHits.Count > 0)
if (clientDetection.TrackedHits.Count > 0)
#else
if (clientDetection.TrackedHits.Count > Detection.MAX_TRACKED_HIT_COUNT)
#endif