mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
fixed issue with timeline history!
This commit is contained in:
@ -450,6 +450,9 @@ namespace IW4MAdmin
|
||||
//Update stat information of specified player
|
||||
public void updatePlayer(Player P)
|
||||
{
|
||||
if (P.stats == null)
|
||||
return;
|
||||
|
||||
Dictionary<String, object> updatedPlayer = new Dictionary<String, object>();
|
||||
|
||||
updatedPlayer.Add("KILLS", P.stats.Kills);
|
||||
|
Reference in New Issue
Block a user