aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/ParcelManager.cs
diff options
context:
space:
mode:
authorMW2007-07-15 17:40:21 +0000
committerMW2007-07-15 17:40:21 +0000
commita87ebda8950d4ab3bb8ceb2afe2801d530703d8f (patch)
tree877a42b4ca882b80e408dec2796ee4e6a2d50920 /OpenSim/Region/Environment/ParcelManager.cs
parent* PROTIP: It helps to know what your doing when playing with reflection. (diff)
downloadopensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.zip
opensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.tar.gz
opensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.tar.bz2
opensim-SC_OLD-a87ebda8950d4ab3bb8ceb2afe2801d530703d8f.tar.xz
Removed reference to Scene EventManager from primitive. In its place, primitive now has its own event (OnPrimCountTainted) that ParcelManager subscribes to.
Removed some unused code from SimpleApp.
Diffstat (limited to 'OpenSim/Region/Environment/ParcelManager.cs')
-rw-r--r--OpenSim/Region/Environment/ParcelManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/ParcelManager.cs b/OpenSim/Region/Environment/ParcelManager.cs
index 1b8b16f..4f836ef 100644
--- a/OpenSim/Region/Environment/ParcelManager.cs
+++ b/OpenSim/Region/Environment/ParcelManager.cs
@@ -206,7 +206,7 @@ namespace OpenSim.Region.Environment
206 } 206 }
207 else 207 else
208 { 208 {
209 Console.WriteLine("Point (" + x + ", " + y + ") determined from point (" + x_float + ", " + y_float + ")"); 209 // Console.WriteLine("Point (" + x + ", " + y + ") determined from point (" + x_float + ", " + y_float + ")");
210 return parcelList[parcelIDList[x, y]]; 210 return parcelList[parcelIDList[x, y]];
211 } 211 }
212 } 212 }