1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

stats tweaked to scale SPM based on team size

invalid client id results in 404 rather than exception page
performance based on traditional elo rating
fixed @ (broadcast commands)
added reports to penalty list and profile
This commit is contained in:
RaidMax
2018-05-24 14:48:57 -05:00
parent 8ac75ec63a
commit eb3b208e4f
12 changed files with 108 additions and 47 deletions

View File

@ -8,6 +8,13 @@ namespace IW4MAdmin.Plugins.Stats
{
public class IW4Info
{
public enum Team
{
Spectator,
Axis,
Allies
}
public enum MeansOfDeath
{
NONE,