aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 3b7923e..e4f28db 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -3356,7 +3356,7 @@ namespace OpenSim.Region.ClientStack
3356 handlerLinkObjects = OnLinkObjects; 3356 handlerLinkObjects = OnLinkObjects;
3357 if (handlerLinkObjects != null) 3357 if (handlerLinkObjects != null)
3358 { 3358 {
3359 handlerLinkObjects(parentprimid, childrenprims); 3359 handlerLinkObjects(this, parentprimid, childrenprims);
3360 } 3360 }
3361 break; 3361 break;
3362 case PacketType.ObjectDelink: 3362 case PacketType.ObjectDelink: