Mantis#1690. Thank you, Malanie for a patch that:

addresses "recompiles clear perms:
0.6.0-stable
Charles Krinke 2008-07-08 15:10:53 +00:00
parent 71666a894a
commit 27e3fee1cd
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ namespace OpenSim.Region.Environment.Scenes
}
else
{
m_taskInventory[item.ItemID].PermsMask = 0;
m_taskInventory[item.ItemID].PermsGranter = LLUUID.Zero;
string script = Helpers.FieldToUTF8String(asset.Data);
m_parentGroup.Scene.EventManager.TriggerRezScript(LocalId,item.ItemID,script, startParam, postOnRez);
m_parentGroup.AddActiveScriptCount(1);