* 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.
|
||||
*
|
||||
* */
|
||||
if (OnParcelPrimCountUpdate != null)
|
||||
{
|
||||
OnParcelPrimCountUpdate();
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
public void TriggerParcelPrimCountAdd(SceneObjectGroup obj)
|
||||
|
|
Loading…
Reference in New Issue