mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Remove redundant RootPart.CreatedSelected = true in IAM.RezObject() since this is done through parts iteration
This commit is contained in:
@@ -799,8 +799,6 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
// If it's rezzed in world, select it. Much easier to
|
||||
// find small items.
|
||||
//
|
||||
group.RootPart.CreateSelected = true;
|
||||
|
||||
foreach (SceneObjectPart part in group.Parts)
|
||||
{
|
||||
part.CreateSelected = true;
|
||||
|
||||
Reference in New Issue
Block a user