} catch (SQLException ex) {
System.err.println(ex.getMessage());
}
}
ResponseUpdateXP updateResponse = new ResponseUpdateXP();
updateResponse.setAmount(amount);
updateResponse.setTotal(avatar.getExperience());
addResponseForUser(player.getID(), updateResponse);
}