diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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 3262419..394d4e2 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -6138,7 +6138,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
6138 | DelinkObjects handlerDelinkObjects = OnDelinkObjects; | 6138 | DelinkObjects handlerDelinkObjects = OnDelinkObjects; |
6139 | if (handlerDelinkObjects != null) | 6139 | if (handlerDelinkObjects != null) |
6140 | { | 6140 | { |
6141 | handlerDelinkObjects(prims); | 6141 | handlerDelinkObjects(prims, this); |
6142 | } | 6142 | } |
6143 | 6143 | ||
6144 | return true; | 6144 | return true; |