diff --git a/bin/App.class b/bin/App.class index ac1ae08..fd1cc97 100644 Binary files a/bin/App.class and b/bin/App.class differ diff --git a/src/App.java b/src/App.java index 39a78c1..12232f9 100644 --- a/src/App.java +++ b/src/App.java @@ -49,7 +49,7 @@ public class App { } if (teacher.getShortName() != nextTeacher.getShortName()) { - // bonus Point for teacher switch + teacher.addPoints(0, 0, 5); } } @@ -170,7 +170,6 @@ public class App { String teacherShortName = timeTable.getLesson(breakIndex, dayIndex); if (teacherShortName == null || teacherShortName.isEmpty()) { - System.out.println("No teacher assigned during this break."); return null; } if (!Teacher.nameMap.containsKey(teacherShortName) && teacherShortName != "Lunch") {