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)

user_profiles
Justin Clark-Casey (justincc) 2013-03-15 00:27:06 +00:00
parent e25ba116a3
commit cb74186888
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,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));