mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
require minimum kills before recoil threshold evaluated
make sure edit configuration link on webfront visible when accessing via localhost
This commit is contained in:
@ -26,6 +26,7 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
|
||||
public const int MediumSampleMinKills = 30;
|
||||
public const int HighSampleMinKills = 100;
|
||||
public const double KillTimeThreshold = 0.2;
|
||||
public const int LowSampleMinKillsRecoil = 5;
|
||||
|
||||
public const double MaxStrainBan = 0.9;
|
||||
|
||||
|
Reference in New Issue
Block a user