mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 15:36:16 +08:00
minor: remove unnecessary IsAttachment = false setting for new object in UploadObjectAssetModule, property always starts as false
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user