From 172bb05ec257b1abb3554eeb6c5b8bcbdae89b78 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 25 Nov 2015 04:13:13 +0000 Subject: suspend the use of DisableSimulator, that is causing teleport and crossing issues --- OpenSim/Region/Framework/Scenes/ScenePresence.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs') diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 5903274..0d2c8c3 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs @@ -4143,8 +4143,8 @@ namespace OpenSim.Region.Framework.Scenes { byebyeRegions.Add(handle); // this should not be here - if(eventQueue != null) - eventQueue.DisableSimulator(handle,UUID); +// if(eventQueue != null) +/// eventQueue.DisableSimulator(handle,UUID); } } else @@ -4154,8 +4154,8 @@ namespace OpenSim.Region.Framework.Scenes { byebyeRegions.Add(handle); // this should not be here - if(eventQueue != null) - eventQueue.DisableSimulator(handle,UUID); +// if(eventQueue != null) +// eventQueue.DisableSimulator(handle,UUID); } } } -- cgit v1.1