mirror of
https://github.com/opensim/opensim.git
synced 2026-07-19 14:06:08 +08:00
* 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:
@@ -3356,7 +3356,7 @@ namespace OpenSim.Region.ClientStack
|
||||
handlerLinkObjects = OnLinkObjects;
|
||||
if (handlerLinkObjects != null)
|
||||
{
|
||||
handlerLinkObjects(parentprimid, childrenprims);
|
||||
handlerLinkObjects(this, parentprimid, childrenprims);
|
||||
}
|
||||
break;
|
||||
case PacketType.ObjectDelink:
|
||||
|
||||
Reference in New Issue
Block a user