aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-07-26 01:38:04 +0100
committerJustin Clark-Casey (justincc)2013-07-26 01:38:04 +0100
commit72ed49af5f864e50fa4453849a94dd9d46533cba (patch)
treef8325f04707a21ef1aa51bc351a49bec2ba3de9b /OpenSim/Region/Framework/Scenes/Scene.cs
parentIf a returning teleport starts to reuse a downgraded child connection that wa... (diff)
downloadopensim-SC_OLD-72ed49af5f864e50fa4453849a94dd9d46533cba.zip
opensim-SC_OLD-72ed49af5f864e50fa4453849a94dd9d46533cba.tar.gz
opensim-SC_OLD-72ed49af5f864e50fa4453849a94dd9d46533cba.tar.bz2
opensim-SC_OLD-72ed49af5f864e50fa4453849a94dd9d46533cba.tar.xz
Reset DoNotClose scene presence teleport flag before pausing. Rename DoNotClose to DoNotCloseAfterTeleport
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index f4622b6..705660d 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -3700,7 +3700,7 @@ namespace OpenSim.Region.Framework.Scenes
3700 } 3700 }
3701 else 3701 else
3702 { 3702 {
3703 sp.DoNotClose = true; 3703 sp.DoNotCloseAfterTeleport = true;
3704 } 3704 }
3705 } 3705 }
3706 3706