mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking permissions modules. From Melanie. Thanks Melanie!
This commit is contained in:
@@ -115,7 +115,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
protected IXMLRPC m_xmlrpcModule;
|
||||
protected IWorldComm m_worldCommModule;
|
||||
protected IAvatarFactory m_AvatarFactory;
|
||||
protected IScenePermissions m_permissions;
|
||||
protected IConfigSource m_config;
|
||||
|
||||
// Central Update Loop
|
||||
@@ -173,14 +172,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
get { return m_timedilation; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The reference by which general permissions in the scene can be set and queried.
|
||||
/// </summary>
|
||||
public IScenePermissions Permissions
|
||||
{
|
||||
get { return m_permissions; }
|
||||
}
|
||||
|
||||
public int TimePhase
|
||||
{
|
||||
get { return m_timePhase; }
|
||||
@@ -660,7 +651,6 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
m_worldCommModule = RequestModuleInterface<IWorldComm>();
|
||||
XferManager = RequestModuleInterface<IXfer>();
|
||||
m_AvatarFactory = RequestModuleInterface<IAvatarFactory>();
|
||||
m_permissions = RequestModuleInterface<IScenePermissions>();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user