aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-12 16:21:11 +0000
committerJustin Clarke Casey2008-05-12 16:21:11 +0000
commit6df35bac3ffcb72ec0cf17648665dfea1e964a9f (patch)
tree3b77a61114e5947cf860dc448a81da7bc482d054 /OpenSim
parent* Minor: Initial cleaning up of some of the grid sim login messages (diff)
downloadopensim-SC_OLD-6df35bac3ffcb72ec0cf17648665dfea1e964a9f.zip
opensim-SC_OLD-6df35bac3ffcb72ec0cf17648665dfea1e964a9f.tar.gz
opensim-SC_OLD-6df35bac3ffcb72ec0cf17648665dfea1e964a9f.tar.bz2
opensim-SC_OLD-6df35bac3ffcb72ec0cf17648665dfea1e964a9f.tar.xz
* Minor: Commenting out message detailing all individual map information dispatch for now
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Grid/GridServer/GridManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs
index 14a813a..19f5427 100644
--- a/OpenSim/Grid/GridServer/GridManager.cs
+++ b/OpenSim/Grid/GridServer/GridManager.cs
@@ -753,8 +753,7 @@ namespace OpenSim.Grid.GridServer
753 Hashtable simProfileBlock = new Hashtable(); 753 Hashtable simProfileBlock = new Hashtable();
754 simProfileBlock["x"] = aSim.Value.regionLocX.ToString(); 754 simProfileBlock["x"] = aSim.Value.regionLocX.ToString();
755 simProfileBlock["y"] = aSim.Value.regionLocY.ToString(); 755 simProfileBlock["y"] = aSim.Value.regionLocY.ToString();
756 Console.WriteLine("send neighbour info for " + aSim.Value.regionLocX.ToString() + " , " + 756 //m_log.DebugFormat("[MAP]: Sending neighbour info for {0},{1}", aSim.Value.regionLocX, aSim.Value.regionLocY);
757 aSim.Value.regionLocY.ToString());
758 simProfileBlock["name"] = aSim.Value.regionName; 757 simProfileBlock["name"] = aSim.Value.regionName;
759 simProfileBlock["access"] = 21; 758 simProfileBlock["access"] = 21;
760 simProfileBlock["region-flags"] = 512; 759 simProfileBlock["region-flags"] = 512;