minor: remove mono compiler warning

iar_mods
Justin Clark-Casey (justincc) 2012-01-31 21:14:09 +00:00
parent 1505c22995
commit 2f84d5397b
1 changed files with 1 additions and 2 deletions

View File

@ -9252,9 +9252,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{ {
param1 = Convert.ToUInt32(Utils.BytesToString(messagePacket.ParamList[1].Parameter)); param1 = Convert.ToUInt32(Utils.BytesToString(messagePacket.ParamList[1].Parameter));
} }
catch (Exception ex) catch
{ {
} }
} }