AvatarDAO.updateCurrency(avatar);
} catch (SQLException ex) {
System.err.println(ex.getMessage());
}
ResponseUpdateCash updateResponse = new ResponseUpdateCash();
updateResponse.setAmount(amount);
updateResponse.setCash(avatar.getCurrency());
addResponseForUser(player.getID(), updateResponse);
}