diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneEvents.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneEvents.cs b/OpenSim/Region/Environment/Scenes/SceneEvents.cs index 493afd1..0986654 100644 --- a/OpenSim/Region/Environment/Scenes/SceneEvents.cs +++ b/OpenSim/Region/Environment/Scenes/SceneEvents.cs | |||
@@ -146,10 +146,14 @@ namespace OpenSim.Region.Environment.Scenes | |||
146 | 146 | ||
147 | public void TriggerParcelPrimCountUpdate() | 147 | public void TriggerParcelPrimCountUpdate() |
148 | { | 148 | { |
149 | /* | ||
150 | * Removed by Adam to prevent some exceptions, temporary. | ||
151 | * | ||
149 | if (OnParcelPrimCountUpdate != null) | 152 | if (OnParcelPrimCountUpdate != null) |
150 | { | 153 | { |
151 | OnParcelPrimCountUpdate(); | 154 | OnParcelPrimCountUpdate(); |
152 | } | 155 | } |
156 | */ | ||
153 | } | 157 | } |
154 | 158 | ||
155 | public void TriggerParcelPrimCountAdd(SceneObjectGroup obj) | 159 | public void TriggerParcelPrimCountAdd(SceneObjectGroup obj) |