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:
@ -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
|
||||
|
Reference in New Issue
Block a user