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

LSLKeyTest
UbitUmarov 2015-12-21 13:52:45 +00:00
parent 52d7aca6a2
commit 0e99763e6b
1 changed files with 0 additions and 7 deletions

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();