mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
adding Cod4 support (for steam GUID is truncated to 16 characters)
exit properly whoops add all linked accounts to drop down consolidate linked admin accounts to the most recently seen one limited some waits to 5s to hopefully prevent a rare thread lock
This commit is contained in:
@ -28,8 +28,8 @@ namespace IW4MAdmin.Plugins.Stats.Cheat
|
||||
public const double KillTimeThreshold = 0.2;
|
||||
|
||||
public const double MaxStrainBan = 0.4399;
|
||||
public const double MaxOffset = 4.789;
|
||||
public const double MaxStrainFlag = 0.2;
|
||||
public const double MaxOffset = 1.2;
|
||||
public const double MaxStrainFlag = 1;
|
||||
|
||||
public static double GetMarginOfError(int numKills) => 1.6455 / Math.Sqrt(numKills);
|
||||
|
||||
|
Reference in New Issue
Block a user