Add ParentGroup.HasGroupChanged = true setting to DAExampleModule as this is necessary to get attributes to save (though this probably happens anyway due to the prim move)
parent
e25ba116a3
commit
cb74186888
|
@ -107,6 +107,8 @@ namespace OpenSim.Region.Framework.DynamicAttributes.DAExampleModule
|
|||
sop.DynAttrs[Name] = attrs;
|
||||
}
|
||||
|
||||
sop.ParentGroup.HasGroupChanged = true;
|
||||
|
||||
m_dialogMod.SendGeneralAlert(string.Format("{0} {1} moved {2} times", sop.Name, sop.UUID, newValue));
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue