track private slots for webfront overview
This commit is contained in:
@ -74,6 +74,7 @@ namespace WebfrontCore.ViewComponents
|
||||
Game = (Reference.Game)server.GameName,
|
||||
ClientCount = server.ClientNum,
|
||||
MaxClients = server.MaxClients,
|
||||
PrivateClientSlots = server.PrivateClientSlots,
|
||||
GameType = server.GametypeName,
|
||||
ClientHistory = new ClientHistoryInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user