* Re-enabling parcel prim count updates, as it doesn't cause errors on the console and border crossing problems anymore
parent
a55c987b78
commit
1ccf80f8d2
|
@ -185,12 +185,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* Removed by Adam to prevent some exceptions, temporary.
|
* Removed by Adam to prevent some exceptions, temporary.
|
||||||
*
|
* */
|
||||||
if (OnParcelPrimCountUpdate != null)
|
if (OnParcelPrimCountUpdate != null)
|
||||||
{
|
{
|
||||||
OnParcelPrimCountUpdate();
|
OnParcelPrimCountUpdate();
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void TriggerParcelPrimCountAdd(SceneObjectGroup obj)
|
public void TriggerParcelPrimCountAdd(SceneObjectGroup obj)
|
||||||
|
|
Loading…
Reference in New Issue