mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add most played command
hopefully fixed thread lock? started work on elo rating
This commit is contained in:
@ -27,9 +27,9 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
|
||||
public const int HighSampleMinKills = 100;
|
||||
public const double KillTimeThreshold = 0.2;
|
||||
|
||||
public const double MaxStrainBan = 0.4399;
|
||||
public const double MaxStrainBan = 2.5;
|
||||
public const double MaxOffset = 1.2;
|
||||
public const double MaxStrainFlag = 1;
|
||||
public const double MaxStrainFlag = 2.0;
|
||||
|
||||
public static double GetMarginOfError(int numKills) => 1.6455 / Math.Sqrt(numKills);
|
||||
|
||||
|
Reference in New Issue
Block a user