mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-12 08:08:06 -05:00
More stats polishing
fixed player specification for commands with multiple words
This commit is contained in:
@ -45,5 +45,9 @@ namespace StatsPlugin.Models
|
||||
public int DeathStreak { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime LastStatCalculation { get; set; }
|
||||
[NotMapped]
|
||||
public int LastScore { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime LastActive { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user