Fix crash when trading too much

This commit is contained in:
Bluzume 2021-11-06 04:00:01 -04:00
parent 66162d2490
commit a134ded412

View file

@ -2372,7 +2372,7 @@ namespace HISP.Server
{
amountMoney = int.Parse(answer);
}
catch (FormatException)
catch (Exception)
{
Logger.ErrorPrint(sender.LoggedinUser.Username + " Tried to send a invalid dynamic input (Money TRADE, amount is NaN)");
}