diff options
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-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 4f09d8f..d126f5f 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -9316,9 +9316,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
9316 | { | 9316 | { |
9317 | param1 = Convert.ToUInt32(Utils.BytesToString(messagePacket.ParamList[1].Parameter)); | 9317 | param1 = Convert.ToUInt32(Utils.BytesToString(messagePacket.ParamList[1].Parameter)); |
9318 | } | 9318 | } |
9319 | catch (Exception ex) | 9319 | catch |
9320 | { | 9320 | { |
9321 | |||
9322 | } | 9321 | } |
9323 | } | 9322 | } |
9324 | 9323 | ||