dont self osDie attachments
parent
553b326fb2
commit
3056926403
|
@ -1897,7 +1897,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
// harakiri check
|
// harakiri check
|
||||||
if(objUUID == UUID.Zero)
|
if(objUUID == UUID.Zero)
|
||||||
throw new SelfDeleteException();
|
{
|
||||||
|
if (!m_host.ParentGroup.IsAttachment)
|
||||||
|
throw new SelfDeleteException();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
SceneObjectGroup sceneOG = World.GetSceneObjectGroup(objUUID);
|
SceneObjectGroup sceneOG = World.GetSceneObjectGroup(objUUID);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue