mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* minor: remove warning
This commit is contained in:
@@ -6650,11 +6650,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
{
|
||||
switch (option)
|
||||
{
|
||||
case "ReliableIsImportant":
|
||||
return m_PacketHandler.ReliableIsImportant.ToString();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
case "ReliableIsImportant":
|
||||
return m_PacketHandler.ReliableIsImportant.ToString();
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user