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

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 6fb99864b7
commit 3684ed2032
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()
{