on sp its rootprim events mask..

This commit is contained in:
UbitUmarov
2020-09-04 17:17:24 +01:00
parent 6a5023650f
commit 8852aedca4
2 changed files with 11 additions and 5 deletions

View File

@@ -2673,6 +2673,7 @@ namespace OpenSim.Region.Framework.Scenes
return false;
}
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
private DetectedObject CreateDetObject(SceneObjectPart obj)
{
return new DetectedObject()
@@ -2689,6 +2690,7 @@ namespace OpenSim.Region.Framework.Scenes
};
}
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
private DetectedObject CreateDetObject(ScenePresence av)
{
DetectedObject detobj = new DetectedObject()
@@ -2710,6 +2712,7 @@ namespace OpenSim.Region.Framework.Scenes
return detobj;
}
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
private DetectedObject CreateDetObjectForGround()
{
return new DetectedObject()