* Fix: Send Parcel data on region crossing.
parent
dfca32b046
commit
1ff4711cfb
|
@ -627,6 +627,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
updateLock.WaitOne();
|
updateLock.WaitOne();
|
||||||
float physicsFPS = 0;
|
float physicsFPS = 0;
|
||||||
int agentsInScene = m_innerScene.GetRootAgentCount() + m_innerScene.GetChildAgentCount();
|
int agentsInScene = m_innerScene.GetRootAgentCount() + m_innerScene.GetChildAgentCount();
|
||||||
|
|
||||||
|
|
||||||
if (agentsInScene > 21)
|
if (agentsInScene > 21)
|
||||||
{
|
{
|
||||||
|
|
|
@ -520,6 +520,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
//if (!m_gotAllObjectsInScene)
|
//if (!m_gotAllObjectsInScene)
|
||||||
//{
|
//{
|
||||||
m_scene.SendAllSceneObjectsToClient(this);
|
m_scene.SendAllSceneObjectsToClient(this);
|
||||||
|
m_scene.LandManager.sendLandUpdate(this, true);
|
||||||
|
|
||||||
//m_gotAllObjectsInScene = true;
|
//m_gotAllObjectsInScene = true;
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue