FIX::fixed compileJava build failing

the last merge undid the change of this line, this should fix it
This commit is contained in:
Sem van der Hoeven
2019-04-08 14:21:20 +02:00
parent 0cda63cacb
commit 6ba21c331d

View File

@@ -403,7 +403,6 @@ public class CalculatorController {
Window owner = saveButton.getScene().getWindow();
controller.updateLeaderboard();
controller.updateAchievements();
Stage current = (Stage) owner;
UserController.AlertHelper.showAlert(Alert.AlertType.CONFIRMATION,
owner, "Footprint saved!", "Your footprint is saved!");
Stage current = (Stage) owner;