aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneEvents.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneEvents.cs b/OpenSim/Region/Environment/Scenes/SceneEvents.cs
index d3822f0..739f86d 100644
--- a/OpenSim/Region/Environment/Scenes/SceneEvents.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneEvents.cs
@@ -185,12 +185,12 @@ namespace OpenSim.Region.Environment.Scenes
185 { 185 {
186 /* 186 /*
187 * Removed by Adam to prevent some exceptions, temporary. 187 * Removed by Adam to prevent some exceptions, temporary.
188 * 188 * */
189 if (OnParcelPrimCountUpdate != null) 189 if (OnParcelPrimCountUpdate != null)
190 { 190 {
191 OnParcelPrimCountUpdate(); 191 OnParcelPrimCountUpdate();
192 } 192 }
193 */ 193
194 } 194 }
195 195
196 public void TriggerParcelPrimCountAdd(SceneObjectGroup obj) 196 public void TriggerParcelPrimCountAdd(SceneObjectGroup obj)