diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index b2592d4..61b04ba 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -3529,7 +3529,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3529 | "[SCENE]: Existing root scene presence detected for {0} {1} in {2} when connecting. Removing existing presence.", | 3529 | "[SCENE]: Existing root scene presence detected for {0} {1} in {2} when connecting. Removing existing presence.", |
3530 | sp.Name, sp.UUID, RegionInfo.RegionName); | 3530 | sp.Name, sp.UUID, RegionInfo.RegionName); |
3531 | 3531 | ||
3532 | sp.ControllingClient.Close(); | 3532 | sp.ControllingClient.Close(true); |
3533 | sp = null; | 3533 | sp = null; |
3534 | } | 3534 | } |
3535 | 3535 | ||