diff options
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 1992bd4..4fac01f 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -245,7 +245,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
245 | objatt.HasGroupChanged = true; | 245 | objatt.HasGroupChanged = true; |
246 | 246 | ||
247 | if (doc != null) | 247 | if (doc != null) |
248 | { | ||
248 | objatt.LoadScriptState(doc); | 249 | objatt.LoadScriptState(doc); |
250 | objatt.ResetOwnerChangeFlag(); | ||
251 | } | ||
249 | 252 | ||
250 | // Fire after attach, so we don't get messy perms dialogs | 253 | // Fire after attach, so we don't get messy perms dialogs |
251 | // 3 == AttachedRez | 254 | // 3 == AttachedRez |