aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorMelanie2012-09-08 18:03:17 +0200
committerMelanie2012-09-08 18:03:17 +0200
commitd734c1985cb442567437074e854ed77c3d9d61bc (patch)
tree9869d99b275f6d6ecf84d6191cc124a80ff4dbdc /OpenSim/Region/Framework/Scenes/Scene.cs
parentSet the maximum number of concurrent connections to a service endpoint (diff)
parent llClientView: try to have only one thread per client processing (diff)
downloadopensim-SC_OLD-d734c1985cb442567437074e854ed77c3d9d61bc.zip
opensim-SC_OLD-d734c1985cb442567437074e854ed77c3d9d61bc.tar.gz
opensim-SC_OLD-d734c1985cb442567437074e854ed77c3d9d61bc.tar.bz2
opensim-SC_OLD-d734c1985cb442567437074e854ed77c3d9d61bc.tar.xz
Merge branch 'ubitwork' into avination
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 0237021..0dae946 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -2890,9 +2890,11 @@ namespace OpenSim.Region.Framework.Scenes
2890 { 2890 {
2891 EventManager.TriggerOnClientLogin(client); 2891 EventManager.TriggerOnClientLogin(client);
2892 // Send initial parcel data 2892 // Send initial parcel data
2893/* this is done on TriggerOnNewClient by landmanegement respective event handler
2893 Vector3 pos = sp.AbsolutePosition; 2894 Vector3 pos = sp.AbsolutePosition;
2894 ILandObject land = LandChannel.GetLandObject(pos.X, pos.Y); 2895 ILandObject land = LandChannel.GetLandObject(pos.X, pos.Y);
2895 land.SendLandUpdateToClient(client); 2896 land.SendLandUpdateToClient(client);
2897*/
2896 } 2898 }
2897 2899
2898 return sp; 2900 return sp;