aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-31 21:14:09 +0000
committerJustin Clark-Casey (justincc)2012-01-31 21:14:09 +0000
commit2f84d5397bcce4c8de0c0cf70cb65307e9e37908 (patch)
treed30684111d21542d5cf82277de20408ed2f8f48b /OpenSim
parentUse Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCo... (diff)
downloadopensim-SC_OLD-2f84d5397bcce4c8de0c0cf70cb65307e9e37908.zip
opensim-SC_OLD-2f84d5397bcce4c8de0c0cf70cb65307e9e37908.tar.gz
opensim-SC_OLD-2f84d5397bcce4c8de0c0cf70cb65307e9e37908.tar.bz2
opensim-SC_OLD-2f84d5397bcce4c8de0c0cf70cb65307e9e37908.tar.xz
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index 29ad966..a7bf06d 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -9252,9 +9252,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
9252 { 9252 {
9253 param1 = Convert.ToUInt32(Utils.BytesToString(messagePacket.ParamList[1].Parameter)); 9253 param1 = Convert.ToUInt32(Utils.BytesToString(messagePacket.ParamList[1].Parameter));
9254 } 9254 }
9255 catch (Exception ex) 9255 catch
9256 { 9256 {
9257
9258 } 9257 }
9259 } 9258 }
9260 9259