Part 2 of see_into_this_sim_from_neighbor configuration option removal
parent
4b58d4ff95
commit
3bead3eb50
|
@ -83,8 +83,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
public void SendPrimUpdates()
|
||||
{
|
||||
if (m_pendingObjects == null)
|
||||
{
|
||||
if (!m_presence.IsChildAgent)
|
||||
{
|
||||
m_pendingObjects = new Queue<SceneObjectGroup>();
|
||||
|
||||
|
@ -98,7 +96,6 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
lock (m_pendingObjects)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue