Fix output glitch

Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
HeshamTB 2020-11-28 05:42:21 +03:00
parent b214b279db
commit 521b36a117
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(".");