aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-29 19:11:48 +0000
committerJustin Clarke Casey2008-09-29 19:11:48 +0000
commit75b6011a246acb0cb958ed385c2881c3f09787c3 (patch)
tree2a38483439834ceddb2d4d27e21174a098cb692d /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parent* refactor: move asynchronous scene object deletion to inventory queueing out... (diff)
downloadopensim-SC_OLD-75b6011a246acb0cb958ed385c2881c3f09787c3.zip
opensim-SC_OLD-75b6011a246acb0cb958ed385c2881c3f09787c3.tar.gz
opensim-SC_OLD-75b6011a246acb0cb958ed385c2881c3f09787c3.tar.bz2
opensim-SC_OLD-75b6011a246acb0cb958ed385c2881c3f09787c3.tar.xz
* minor: remove warning
Diffstat (limited to '')
-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 }