diff options
Diffstat (limited to '')
-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 | ||