aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index cdf8366..553b575 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1077,7 +1077,7 @@ namespace OpenSim.Region.Framework.Scenes
1077 // and it has already rezzed the attachments and started their scripts. 1077 // and it has already rezzed the attachments and started their scripts.
1078 // We do the following only for non-login agents, because their scripts 1078 // We do the following only for non-login agents, because their scripts
1079 // haven't started yet. 1079 // haven't started yet.
1080 if (wasChild) 1080 if (wasChild && Attachments != null && Attachments.Count > 0)
1081 { 1081 {
1082 m_log.DebugFormat("[SCENE PRESENCE]: Restarting scripts in attachments..."); 1082 m_log.DebugFormat("[SCENE PRESENCE]: Restarting scripts in attachments...");
1083 // Resume scripts 1083 // Resume scripts