aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorDr Scofield2008-09-18 15:54:27 +0000
committerDr Scofield2008-09-18 15:54:27 +0000
commite3a3ce7628e96de76153aa3f23a13f45bfef1c6e (patch)
treeac4882acffce4c7d535110d5000195b9dba7b75e /OpenSim/Region
parentand this actually adds the appearance code itself (and not just the (diff)
downloadopensim-SC_OLD-e3a3ce7628e96de76153aa3f23a13f45bfef1c6e.zip
opensim-SC_OLD-e3a3ce7628e96de76153aa3f23a13f45bfef1c6e.tar.gz
opensim-SC_OLD-e3a3ce7628e96de76153aa3f23a13f45bfef1c6e.tar.bz2
opensim-SC_OLD-e3a3ce7628e96de76153aa3f23a13f45bfef1c6e.tar.xz
code formatting cleanup.
Diffstat (limited to 'OpenSim/Region')
-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