minor: remove mono compiler warnings
parent
ab6dc47818
commit
c64bef146b
|
@ -6295,7 +6295,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
ObjectDuplicatePacket.AgentDataBlock AgentandGroupData = dupe.AgentData;
|
// ObjectDuplicatePacket.AgentDataBlock AgentandGroupData = dupe.AgentData;
|
||||||
|
|
||||||
ObjectDuplicate handlerObjectDuplicate = null;
|
ObjectDuplicate handlerObjectDuplicate = null;
|
||||||
|
|
||||||
|
@ -11668,7 +11668,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
{
|
{
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
sb.Append("[");
|
sb.Append("[");
|
||||||
if (this.priority != null)
|
|
||||||
sb.Append(this.priority.ToString());
|
sb.Append(this.priority.ToString());
|
||||||
sb.Append(",");
|
sb.Append(",");
|
||||||
if (this.value != null)
|
if (this.value != null)
|
||||||
|
|
Loading…
Reference in New Issue