aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 5473d23..c11b9a2 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6295,7 +6295,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6295 } 6295 }
6296 #endregion 6296 #endregion
6297 6297
6298 ObjectDuplicatePacket.AgentDataBlock AgentandGroupData = dupe.AgentData; 6298// ObjectDuplicatePacket.AgentDataBlock AgentandGroupData = dupe.AgentData;
6299 6299
6300 ObjectDuplicate handlerObjectDuplicate = null; 6300 ObjectDuplicate handlerObjectDuplicate = null;
6301 6301
@@ -11668,8 +11668,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11668 { 11668 {
11669 StringBuilder sb = new StringBuilder(); 11669 StringBuilder sb = new StringBuilder();
11670 sb.Append("["); 11670 sb.Append("[");
11671 if (this.priority != null) 11671 sb.Append(this.priority.ToString());
11672 sb.Append(this.priority.ToString());
11673 sb.Append(","); 11672 sb.Append(",");
11674 if (this.value != null) 11673 if (this.value != null)
11675 sb.Append(this.value.ToString()); 11674 sb.Append(this.value.ToString());