diff options
author | Justin Clark-Casey (justincc) | 2012-01-31 21:14:09 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-31 21:14:09 +0000 |
commit | 2f84d5397bcce4c8de0c0cf70cb65307e9e37908 (patch) | |
tree | d30684111d21542d5cf82277de20408ed2f8f48b /OpenSim/Region/ClientStack/Linden/UDP | |
parent | Use Environment.TickCount & Int32.MaxValue; instead of Util.EnvironmentTickCo... (diff) | |
download | opensim-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/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 3 |
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 | ||