diff options
author | Justin Clark-Casey (justincc) | 2011-08-30 23:36:45 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-30 23:36:45 +0100 |
commit | 1809aaf74c3594ec40df8688a2dcc42074ddeec4 (patch) | |
tree | bcc348aae129905107460f211a0c32e762185ebe /OpenSim/Region/CoreModules | |
parent | refactor: move SP.SaveChangedAttachments() fully into AttachmentsModule (diff) | |
download | opensim-SC_OLD-1809aaf74c3594ec40df8688a2dcc42074ddeec4.zip opensim-SC_OLD-1809aaf74c3594ec40df8688a2dcc42074ddeec4.tar.gz opensim-SC_OLD-1809aaf74c3594ec40df8688a2dcc42074ddeec4.tar.bz2 opensim-SC_OLD-1809aaf74c3594ec40df8688a2dcc42074ddeec4.tar.xz |
minor: remove already processed avatar null check in Scene.RemoveClient()
remove some now duplicated method doc
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 201ce7f..e2f6a9e 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -145,7 +145,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
145 | { | 145 | { |
146 | grp.IsAttachment = false; | 146 | grp.IsAttachment = false; |
147 | grp.AbsolutePosition = grp.RootPart.AttachedPos; | 147 | grp.AbsolutePosition = grp.RootPart.AttachedPos; |
148 | // grp.DetachToInventoryPrep(); | ||
149 | UpdateKnownItem(sp.ControllingClient, grp, grp.GetFromItemID(), grp.OwnerID); | 148 | UpdateKnownItem(sp.ControllingClient, grp, grp.GetFromItemID(), grp.OwnerID); |
150 | grp.IsAttachment = true; | 149 | grp.IsAttachment = true; |
151 | } | 150 | } |