diff options
author | Melanie | 2010-04-30 11:48:57 +0100 |
---|---|---|
committer | Melanie | 2010-04-30 11:48:57 +0100 |
commit | 8b70477556a5467868bf6b771da8bb5a366f3160 (patch) | |
tree | f44e1e120072848270abc38e9eee374b2d5792c0 /OpenSim/Region/ClientStack | |
parent | Fix Av jump motion S/W (diff) | |
parent | Fix link security issue (diff) | |
download | opensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.zip opensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.tar.gz opensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.tar.bz2 opensim-SC_OLD-8b70477556a5467868bf6b771da8bb5a366f3160.tar.xz |
Merge branch '0.6.9-post-fixes' into careminster
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 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; |