* 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

@@ -3356,7 +3356,7 @@ namespace OpenSim.Region.ClientStack
handlerLinkObjects = OnLinkObjects;
if (handlerLinkObjects != null)
{
handlerLinkObjects(parentprimid, childrenprims);
handlerLinkObjects(this, parentprimid, childrenprims);
}
break;
case PacketType.ObjectDelink: