mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 15:52:25 -05:00
More stats polishing
fixed player specification for commands with multiple words
This commit is contained in:
@ -11,11 +11,13 @@ namespace StatsPlugin.Helpers
|
||||
public class ServerStats
|
||||
{
|
||||
public Dictionary<int, EFClientStatistics> PlayerStats { get; set; }
|
||||
public EFServerStatistics ServerStatistics { get; private set; }
|
||||
public EFServer Server { get; private set; }
|
||||
|
||||
public ServerStats(EFServer sv)
|
||||
public ServerStats(EFServer sv, EFServerStatistics st)
|
||||
{
|
||||
PlayerStats = new Dictionary<int, EFClientStatistics>();
|
||||
ServerStatistics = st;
|
||||
Server = sv;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user