diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index c99e37e..23006f2 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2977,6 +2977,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2977 | // start the scripts again (since this is done in RezAttachments()). | 2977 | // start the scripts again (since this is done in RezAttachments()). |
2978 | // XXX: This is convoluted. | 2978 | // XXX: This is convoluted. |
2979 | sp.IsChildAgent = false; | 2979 | sp.IsChildAgent = false; |
2980 | sp.IsLoggingIn = true; | ||
2980 | 2981 | ||
2981 | if (AttachmentsModule != null) | 2982 | if (AttachmentsModule != null) |
2982 | Util.FireAndForget(delegate(object o) { AttachmentsModule.RezAttachments(sp); }); | 2983 | Util.FireAndForget(delegate(object o) { AttachmentsModule.RezAttachments(sp); }); |