aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie2010-01-23 15:19:05 +0000
committerMelanie2010-01-23 15:19:05 +0000
commit1254a5e50c5ef453244fe986ae2ec37b9949362b (patch)
tree2fbbecadf926f5347358cdd2aead1ebe1001f959 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentUpdates all IRegionModules to the new style region modules. (diff)
parentAdd first part of test for checking restore of task inventory items on oar load (diff)
downloadopensim-SC_OLD-1254a5e50c5ef453244fe986ae2ec37b9949362b.zip
opensim-SC_OLD-1254a5e50c5ef453244fe986ae2ec37b9949362b.tar.gz
opensim-SC_OLD-1254a5e50c5ef453244fe986ae2ec37b9949362b.tar.bz2
opensim-SC_OLD-1254a5e50c5ef453244fe986ae2ec37b9949362b.tar.xz
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 515d0ea..4b5e4c4 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -9091,8 +9091,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9091 9091
9092 private bool HandleSendPostcard(IClientAPI client, Packet packet) 9092 private bool HandleSendPostcard(IClientAPI client, Packet packet)
9093 { 9093 {
9094 SendPostcardPacket SendPostcard = 9094// SendPostcardPacket SendPostcard =
9095 (SendPostcardPacket)packet; 9095// (SendPostcardPacket)packet;
9096 SendPostcard handlerSendPostcard = OnSendPostcard; 9096 SendPostcard handlerSendPostcard = OnSendPostcard;
9097 if (handlerSendPostcard != null) 9097 if (handlerSendPostcard != null)
9098 { 9098 {