aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 aa859db..3b5e798 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6045,8 +6045,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6045 if (handlerActivateGesture != null) 6045 if (handlerActivateGesture != null)
6046 { 6046 {
6047 handlerActivateGesture(this, 6047 handlerActivateGesture(this,
6048 activateGesturePacket.Data[0].AssetID, 6048 activateGesturePacket.Data[0].AssetID,
6049 activateGesturePacket.Data[0].ItemID); 6049 activateGesturePacket.Data[0].ItemID);
6050 } 6050 }
6051 else m_log.Error("Null pointer for activateGesture"); 6051 else m_log.Error("Null pointer for activateGesture");
6052 6052