diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 731dc8e..5c774b5 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -6071,7 +6071,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
6071 | DelinkObjects handlerDelinkObjects = OnDelinkObjects; | 6071 | DelinkObjects handlerDelinkObjects = OnDelinkObjects; |
6072 | if (handlerDelinkObjects != null) | 6072 | if (handlerDelinkObjects != null) |
6073 | { | 6073 | { |
6074 | handlerDelinkObjects(prims); | 6074 | handlerDelinkObjects(prims, this); |
6075 | } | 6075 | } |
6076 | 6076 | ||
6077 | return true; | 6077 | return true; |