diff options
author | UbitUmarov | 2015-11-17 07:59:11 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-17 07:59:11 +0000 |
commit | f7f5aba597d359d28a2bce10e645f9c9827ced9a (patch) | |
tree | f2b3bdfbeefdfb123627262e4e30b293b7858601 /OpenSim/Region/OptionalModules | |
parent | work around some 'tests' errors: fix wrong parameters (diff) | |
download | opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.zip opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.gz opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.bz2 opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.xz |
remove unused parameter
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs b/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs index c53a762..535bf67 100644 --- a/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs | |||
@@ -184,7 +184,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments | |||
184 | hostPart.ParentGroup.RootPart.ScheduleFullUpdate(); | 184 | hostPart.ParentGroup.RootPart.ScheduleFullUpdate(); |
185 | } | 185 | } |
186 | 186 | ||
187 | return attachmentsModule.AttachObject(target, hostPart.ParentGroup, (uint)attachmentPoint, false, false, false, true) ? 1 : 0; | 187 | return attachmentsModule.AttachObject(target, hostPart.ParentGroup, (uint)attachmentPoint, false, false, true) ? 1 : 0; |
188 | } | 188 | } |
189 | } | 189 | } |
190 | } | 190 | } |