minor: remove unnecessary IsAttachment = false setting for new object in UploadObjectAssetModule, property always starts as false
parent
16ffc764bf
commit
6a77a65675
|
@ -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