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

fix error code page for things over than 404s

allow request token when not logged in
This commit is contained in:
RaidMax
2020-01-14 18:56:23 -06:00
parent 9330e8057e
commit 877a904bb0
3 changed files with 19 additions and 4 deletions

View File

@ -48,8 +48,8 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
public const int HighSampleMinKills = 100;
public const double KillTimeThreshold = 0.2;
public const int LowSampleMinKillsRecoil = 5;
public const double SnapFlagValue = 5.5;
public const double SnapBanValue = 8.7;
public const double SnapFlagValue = 7.6;
public const double SnapBanValue = 11.7;
public const double MaxStrainBan = 0.9;