1
0
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:
RaidMax
2018-06-05 16:31:36 -05:00
parent 389f526b2b
commit 7def173957
37 changed files with 1390 additions and 170 deletions

View File

@ -55,6 +55,8 @@ namespace IW4MAdmin.Plugins.Stats
break;
case GameEvent.EventType.MapEnd:
break;
case GameEvent.EventType.JoinTeam:
break;
case GameEvent.EventType.Broadcast:
break;
case GameEvent.EventType.Tell:
@ -240,7 +242,8 @@ namespace IW4MAdmin.Plugins.Stats
{
Key = "EventMessage",
Value = m.Message,
When = m.TimeSent
When = m.TimeSent,
Extra = m.ServerId.ToString()
}).ToList();
messageMeta.Add(new ProfileMeta()
{