* This should fix the phantom prim from attachments rezzing.

* fixes mantis #3896
* fixes mantis #3898
This commit is contained in:
Teravus Ovares
2009-07-17 17:53:22 +00:00
parent acea31518b
commit ebb03e2aab

View File

@@ -2310,6 +2310,9 @@ namespace OpenSim.Region.Framework.Scenes
group.ResetIDs();
if (attachment)
group.RootPart.ObjectFlags |= (uint)PrimFlags.Phantom;
AddNewSceneObject(group, true);
// m_log.InfoFormat("ray end point for inventory rezz is {0} {1} {2} ", RayEnd.X, RayEnd.Y, RayEnd.Z);