minor: remove unnecessary IsAttachment = false setting for new object in UploadObjectAssetModule, property always starts as false
parent
719efdaf1f
commit
d8d8b8fc9b
|
@ -333,7 +333,6 @@ namespace OpenSim.Region.ClientStack.Linden
|
|||
grp.AbsolutePosition = obj.Position;
|
||||
prim.RotationOffset = obj.Rotation;
|
||||
|
||||
grp.IsAttachment = false;
|
||||
// Required for linking
|
||||
grp.RootPart.ClearUpdateSchedule();
|
||||
|
||||
|
|
Loading…
Reference in New Issue