mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Some refactoring. Database is now active in the new user server
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.User
|
||||
{
|
||||
public class LocalUserServicesConnector : INonSharedRegionModule
|
||||
{
|
||||
private IUserServices m_UserServices;
|
||||
private IUserService m_UserService;
|
||||
|
||||
private bool m_Enabled = false;
|
||||
|
||||
@@ -53,7 +53,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.User
|
||||
if (name == Name)
|
||||
{
|
||||
m_Enabled = true;
|
||||
m_UserServices = new UserService(source);
|
||||
m_UserService = new UserService(source);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user