diff options
author | Melanie | 2011-04-17 23:17:05 +0200 |
---|---|---|
committer | Melanie | 2011-04-17 23:17:05 +0200 |
commit | ec0aa7a90b578572fc45f27b5113a174ff37643e (patch) | |
tree | 69b443b9dd4bfa5e5636ec07ee7d1a08242b3b26 /OpenSim/Region/ClientStack | |
parent | Correct the delegate for classified deletes (diff) | |
download | opensim-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.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 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, |