aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index c4639c3..3ae8a38 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -3273,6 +3273,9 @@ namespace OpenSim.Region.Framework.Scenes
3273 if (avatar != null && (!avatar.IsChildAgent)) 3273 if (avatar != null && (!avatar.IsChildAgent))
3274 avatar.SaveChangedAttachments(); 3274 avatar.SaveChangedAttachments();
3275 3275
3276 if (avatar != null && (!avatar.IsChildAgent))
3277 avatar.SaveChangedAttachments();
3278
3276 ForEachClient( 3279 ForEachClient(
3277 delegate(IClientAPI client) 3280 delegate(IClientAPI client)
3278 { 3281 {