revert the setting of phantom flag on attachment drop to ground, since it can break nomod objects

This commit is contained in:
UbitUmarov
2015-12-21 13:52:45 +00:00
parent 52d7aca6a2
commit 0e99763e6b

View File

@@ -737,13 +737,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
}
rootPart.RemFlag(PrimFlags.TemporaryOnRez);
// not physical, not temporary, phaton, not volume detector
// so.UpdatePrimFlags(rootPart.LocalId,false,false,true,rootPart.VolumeDetectActive);
// but do avoid nasty collisions set it phantom in this drop case
// until a better way is found
rootPart.AddFlag(PrimFlags.Phantom);
so.ApplyPhysics();