* refactor: Extract caps related code from scene and put into a region module

* No functional changes in this revision
This commit is contained in:
Justin Clarke Casey
2009-01-21 21:14:17 +00:00
parent 2921729bf2
commit 37fa677548
16 changed files with 331 additions and 190 deletions

View File

@@ -436,9 +436,7 @@ namespace OpenSim.Region.Environment.Modules.Framework.EventQueue
}
if (AvatarID != UUID.Zero)
{
// m_scene.GetCapsHandlerForUser will return null if the agent doesn't have a caps handler
// registered
return ProcessQueue(request, AvatarID, m_scene.GetCapsHandlerForUser(AvatarID));
return ProcessQueue(request, AvatarID, m_scene.CapsModule.GetCapsHandlerForUser(AvatarID));
}
else
{