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:
Melanie Thielker
2009-07-10 20:17:13 +00:00
parent 2ff08c84f5
commit 8ecfc9a717
37 changed files with 195 additions and 0 deletions

View File

@@ -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))