update to .NET Core 2.1

fix bower repo deprecation
This commit is contained in:
RaidMax
2018-07-29 14:43:42 -05:00
parent 6071ad8653
commit f40bcce44f
73 changed files with 86 additions and 73 deletions

View File

@ -140,7 +140,8 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
}
// flag
if (currentStrain > Thresholds.MaxStrainFlag)
if (currentStrain > Thresholds.MaxStrainFlag
&& HitCount >= 10)
{
result = new DetectionPenaltyResult()
{
@ -153,7 +154,7 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
// ban
if (currentStrain > Thresholds.MaxStrainBan &&
HitCount > 15)
HitCount >= 15)
{
result = new DetectionPenaltyResult()
{