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

This commit is contained in:
Adam Frisby
2007-11-26 15:06:51 +00:00
parent 175b6115f1
commit 011ad46960

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)