added clients connected

This commit is contained in:
Sem van der Hoeven
2020-10-13 11:11:51 +02:00
parent 3dc641680d
commit 9bd45a5ba6
3 changed files with 4 additions and 9 deletions

View File

@@ -17,6 +17,6 @@ namespace Server.Models
}
}
public int ClientsConnected{ get; set; }
public int ClientsConnected{ get { return ServerCommunication.INSTANCE.ClientsConnected; } }
}
}