Merge branch 'master' into master-color

This commit is contained in:
HeshamTB 2020-11-30 18:27:36 +03:00
commit 106d1bea07
Signed by: Hesham
GPG Key ID: 74876157D199B09E

View File

@ -91,7 +91,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);
@ -100,7 +100,6 @@ public class MakkahCity {
while(!lastDayTimeMan.isEnded()) {
//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(".");