aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-02-08 03:20:11 +0000
committerTeravus Ovares2008-02-08 03:20:11 +0000
commit1ff4711cfb9bd6562ad67531cc1667fae8d057db (patch)
treec86679c1a651646f75dce3e383bbac7549e16c37 /OpenSim/Region/Environment/Scenes/Scene.cs
parentMissed one event message that needed to be (diff)
downloadopensim-SC_OLD-1ff4711cfb9bd6562ad67531cc1667fae8d057db.zip
opensim-SC_OLD-1ff4711cfb9bd6562ad67531cc1667fae8d057db.tar.gz
opensim-SC_OLD-1ff4711cfb9bd6562ad67531cc1667fae8d057db.tar.bz2
opensim-SC_OLD-1ff4711cfb9bd6562ad67531cc1667fae8d057db.tar.xz
* Fix: Send Parcel data on region crossing.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index a62e6c6..dd1c538 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -627,6 +627,7 @@ namespace OpenSim.Region.Environment.Scenes
627 updateLock.WaitOne(); 627 updateLock.WaitOne();
628 float physicsFPS = 0; 628 float physicsFPS = 0;
629 int agentsInScene = m_innerScene.GetRootAgentCount() + m_innerScene.GetChildAgentCount(); 629 int agentsInScene = m_innerScene.GetRootAgentCount() + m_innerScene.GetChildAgentCount();
630
630 631
631 if (agentsInScene > 21) 632 if (agentsInScene > 21)
632 { 633 {