diff options
author | Justin Clark-Casey (justincc) | 2010-08-13 23:18:05 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-13 23:18:05 +0100 |
commit | c64bef146bd66a4044e1bd3cd367ff392c1495bf (patch) | |
tree | b30e7b686d47f63bcb28afa915043c04e94b71f8 /OpenSim | |
parent | refactor: move binary statistics logging from scene into separate region module (diff) | |
download | opensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.zip opensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.tar.gz opensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.tar.bz2 opensim-SC_OLD-c64bef146bd66a4044e1bd3cd367ff392c1495bf.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 5 |
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()); |