1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

improve server clientcount/activity graph on server overview

This commit is contained in:
RaidMax
2022-03-29 16:42:53 -05:00
parent 3a0aee319e
commit d0670760fb
21 changed files with 5253 additions and 135 deletions

View File

@ -32,5 +32,7 @@ namespace Data.Models.Server
public EFMap Map { get; set; }
public int ClientCount { get; set; }
public bool? ConnectionInterrupted {get;set;}
}
}
}