Merge branch 'master' into menu

This commit is contained in:
HeshamTB 2020-11-30 18:48:34 +03:00
commit c3485f94d1
Signed by: Hesham
GPG Key ID: 74876157D199B09E

View File

@ -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(".");