mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Refactor only: serve stats objects directly through StatsManager singleton
This commit is contained in:
@@ -38,16 +38,7 @@ using OpenSim.Framework.UserManagement;
|
||||
namespace OpenSim.Grid.UserServer
|
||||
{
|
||||
public class UserManager : UserManagerBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Constructor.
|
||||
/// </summary>
|
||||
/// <param name="statsCollector">Can be null if stats collection is not required.
|
||||
/// </param>
|
||||
public UserManager(UserStatsReporter statsCollector) : base(statsCollector)
|
||||
{
|
||||
}
|
||||
|
||||
{
|
||||
/// <summary>
|
||||
/// Deletes an active agent session
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user