mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Re-enabling parcel prim count updates, as it doesn't cause errors on the console and border crossing problems anymore
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user