mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
suspend the use of DisableSimulator, that is causing teleport and crossing issues
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user