aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorKitto Flora2010-05-07 15:16:59 -0400
committerKitto Flora2010-05-07 15:16:59 -0400
commitbc7d84b75c8443b82301717ceb603d6c1fbee931 (patch)
treebceb1bf07c14dd75d4508a1c93e5271dfff183c7 /OpenSim/Region/ClientStack
parentFix Mouse+WASD makes Av rise; Fix PREJUMP. (diff)
parentMerge branch 'master' of ssh://3dhosting.de/var/git/careminster (diff)
downloadopensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.zip
opensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.gz
opensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.bz2
opensim-SC_OLD-bc7d84b75c8443b82301717ceb603d6c1fbee931.tar.xz
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
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;