Mantis #2213
Thank you, nlin, for a patch that prevents physical prims from being created twice when rezzed from a script.0.6.0-stable
parent
bf0b7eaecb
commit
4cb430eb33
|
@ -2138,7 +2138,7 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
group.ClearPartAttachmentData();
|
||||
}
|
||||
group.UpdateGroupRotation(rot);
|
||||
group.ApplyPhysics(m_physicalPrim);
|
||||
//group.ApplyPhysics(m_physicalPrim);
|
||||
group.Velocity = vel;
|
||||
group.CreateScriptInstances(param, true);
|
||||
rootPart.ScheduleFullUpdate();
|
||||
|
|
Loading…
Reference in New Issue