* Disabled primitive count updates on Parcels for the moment, until we can move parcels into a module.

afrisby
Adam Frisby 2007-11-26 15:06:51 +00:00
parent 175b6115f1
commit 011ad46960
1 changed files with 4 additions and 0 deletions

View File

@ -146,10 +146,14 @@ namespace OpenSim.Region.Environment.Scenes
public void TriggerParcelPrimCountUpdate()
{
/*
* Removed by Adam to prevent some exceptions, temporary.
*
if (OnParcelPrimCountUpdate != null)
{
OnParcelPrimCountUpdate();
}
*/
}
public void TriggerParcelPrimCountAdd(SceneObjectGroup obj)