aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorMelanie2013-01-08 13:57:45 +0100
committerMelanie2013-01-08 13:57:45 +0100
commitef8f03b711e7d15443b9f0a597632e75e3d86ddc (patch)
tree9c803c4c182b131a945a23e6baf3d7061b8d38a0 /OpenSim/Region/Framework/Scenes/Scene.cs
parent put back position and rot change check before sending releasing plane constrain (diff)
downloadopensim-SC_OLD-ef8f03b711e7d15443b9f0a597632e75e3d86ddc.zip
opensim-SC_OLD-ef8f03b711e7d15443b9f0a597632e75e3d86ddc.tar.gz
opensim-SC_OLD-ef8f03b711e7d15443b9f0a597632e75e3d86ddc.tar.bz2
opensim-SC_OLD-ef8f03b711e7d15443b9f0a597632e75e3d86ddc.tar.xz
Prevent avatar data from being sent during login when it's not valid and
crashes login on some viewers.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs1
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); });