mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
[application] added chat context to profile page
[iw4script] reworked balance to balance based on performance rating [stats] log penalty context to database
This commit is contained in:
@ -71,6 +71,7 @@ namespace IW4MAdmin.Plugins.Stats.Models
|
||||
DeathStreak = 0;
|
||||
LastScore = 0;
|
||||
SessionScores.Add(0);
|
||||
Team = IW4Info.Team.None;
|
||||
}
|
||||
[NotMapped]
|
||||
public int SessionScore
|
||||
@ -98,5 +99,7 @@ namespace IW4MAdmin.Plugins.Stats.Models
|
||||
public IW4Info.Team Team { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime LastStatHistoryUpdate { get; set; } = DateTime.UtcNow;
|
||||
[NotMapped]
|
||||
public double SessionSPM { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user