* Re-enabling parcel prim count updates, as it doesn't cause errors on the console and border crossing problems anymore

afrisby
Teravus Ovares 2008-01-05 21:47:38 +00:00
parent a55c987b78
commit 1ccf80f8d2
1 changed files with 2 additions and 2 deletions

View File

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