mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 22:45:43 +08:00
* refactor: Extract caps related code from scene and put into a region module
* No functional changes in this revision
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user