aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMelanie2011-04-17 23:17:05 +0200
committerMelanie2011-04-17 23:17:05 +0200
commitec0aa7a90b578572fc45f27b5113a174ff37643e (patch)
tree69b443b9dd4bfa5e5636ec07ee7d1a08242b3b26 /OpenSim/Region/ClientStack
parentCorrect the delegate for classified deletes (diff)
downloadopensim-SC_OLD-ec0aa7a90b578572fc45f27b5113a174ff37643e.zip
opensim-SC_OLD-ec0aa7a90b578572fc45f27b5113a174ff37643e.tar.gz
opensim-SC_OLD-ec0aa7a90b578572fc45f27b5113a174ff37643e.tar.bz2
opensim-SC_OLD-ec0aa7a90b578572fc45f27b5113a174ff37643e.tar.xz
Fix up client implementations
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 e7afbb3..1c3ecb2 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -10808,7 +10808,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
10808 } 10808 }
10809 #endregion 10809 #endregion
10810 10810
10811 ClassifiedDelete handlerClassifiedGodDelete = OnClassifiedGodDelete; 10811 ClassifiedGodDelete handlerClassifiedGodDelete = OnClassifiedGodDelete;
10812 if (handlerClassifiedGodDelete != null) 10812 if (handlerClassifiedGodDelete != null)
10813 handlerClassifiedGodDelete( 10813 handlerClassifiedGodDelete(
10814 classifiedGodDelete.Data.ClassifiedID, 10814 classifiedGodDelete.Data.ClassifiedID,