diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
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: |