* Fix: Send Parcel data on region crossing.

ThreadPoolClientBranch
Teravus Ovares 2008-02-08 03:20:11 +00:00
parent dfca32b046
commit 1ff4711cfb
2 changed files with 3 additions and 0 deletions

View File

@ -627,6 +627,7 @@ namespace OpenSim.Region.Environment.Scenes
updateLock.WaitOne();
float physicsFPS = 0;
int agentsInScene = m_innerScene.GetRootAgentCount() + m_innerScene.GetChildAgentCount();
if (agentsInScene > 21)
{

View File

@ -520,6 +520,8 @@ namespace OpenSim.Region.Environment.Scenes
//if (!m_gotAllObjectsInScene)
//{
m_scene.SendAllSceneObjectsToClient(this);
m_scene.LandManager.sendLandUpdate(this, true);
//m_gotAllObjectsInScene = true;
//}
}