mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Committing the interface change and the addition to the modules to get
the ball rolling on replacable modules. No user functionality yet
This commit is contained in:
@@ -81,6 +81,11 @@ namespace OpenSim.Region.CoreModules.Agent.Capabilities
|
||||
get { return "Capabilities Module"; }
|
||||
}
|
||||
|
||||
public Type ReplacableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
public void AddCapsHandler(UUID agentId)
|
||||
{
|
||||
if (m_scene.RegionInfo.EstateSettings.IsBanned(agentId))
|
||||
|
||||
Reference in New Issue
Block a user