mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix bug with AC failing to ban because of EF issue.
This commit is contained in:
@ -152,7 +152,8 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
|
||||
}
|
||||
|
||||
// ban
|
||||
if (currentStrain > Thresholds.MaxStrainBan)
|
||||
if (currentStrain > Thresholds.MaxStrainBan &&
|
||||
HitCount > 15)
|
||||
{
|
||||
result = new DetectionPenaltyResult()
|
||||
{
|
||||
|
Reference in New Issue
Block a user