aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 72d2a76..1aff886 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -6650,11 +6650,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
6650 { 6650 {
6651 switch (option) 6651 switch (option)
6652 { 6652 {
6653 case "ReliableIsImportant": 6653 case "ReliableIsImportant":
6654 return m_PacketHandler.ReliableIsImportant.ToString(); 6654 return m_PacketHandler.ReliableIsImportant.ToString();
6655 break; 6655
6656 default: 6656 default:
6657 break; 6657 break;
6658 } 6658 }
6659 return string.Empty; 6659 return string.Empty;
6660 } 6660 }