Merge branch 'master' into menu
This commit is contained in:
commit
c3485f94d1
@ -96,7 +96,7 @@ public class MakkahCity {
|
||||
}
|
||||
//TODO make report
|
||||
currenttimeManager = lastDayTimeMan;
|
||||
System.out.println("***************FINSHIED ARAFAT DAY***************");
|
||||
System.out.println("\n***************FINSHIED ARAFAT DAY***************");
|
||||
setRoutesForCampaigns(Mashier.MINA);
|
||||
for (Vehicle vehicle : listOfVehicles) {
|
||||
vehicle.setCurrentStreet(null);
|
||||
@ -106,7 +106,6 @@ public class MakkahCity {
|
||||
checkInput();
|
||||
//Start of Every hour
|
||||
if (lastDayTimeMan.getCurrentCalendar().get(Calendar.MINUTE) == 0){
|
||||
//TODO: removed break here. now should schedule.
|
||||
System.out.println("\n\n" + getStreetsReport());
|
||||
}
|
||||
else System.out.print(".");
|
||||
|
Loading…
Reference in New Issue
Block a user