minor: remove mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2012-01-31 21:14:09 +00:00
parent 1505c22995
commit 2f84d5397b

View File

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