* Resolve mantis 849

* Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option
This commit is contained in:
Justin Clarke Casey
2008-04-03 13:33:46 +00:00
parent fe14d65f07
commit 6ef4f1bdae
7 changed files with 21 additions and 10 deletions

View File

@@ -249,7 +249,7 @@ namespace OpenSim.Framework
public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID);
public delegate void LinkObjects(uint parent, List<uint> children);
public delegate void LinkObjects(IClientAPI remoteClient, uint parent, List<uint> children);
public delegate void DelinkObjects(List<uint> primIds);