Change setter on changed flags to public so modules can reset it
parent
932db1c374
commit
4d324f1b74
|
@ -183,7 +183,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
/// Has the group changed due to an unlink operation? We record this in order to optimize deletion, since
|
/// Has the group changed due to an unlink operation? We record this in order to optimize deletion, since
|
||||||
/// an unlinked group currently has to be persisted to the database before we can perform an unlink operation.
|
/// an unlinked group currently has to be persisted to the database before we can perform an unlink operation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool HasGroupChangedDueToDelink { get; private set; }
|
public bool HasGroupChangedDueToDelink { get; set; }
|
||||||
|
|
||||||
private bool isTimeToPersist()
|
private bool isTimeToPersist()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue