378379380381382383384385386387388
{ // go ahead and set the goal to the new score goal.setScore(Double.parseDouble(args[2])); // update objectives and recheck win conditions team.updateObjectives(); match.checkWinConditions(); } catch (NumberFormatException e) { } return true;