// Uploads the results to the server
upload.uploadResults();
// Updates the number of battles from the info received from the server
System.out.println("Updating number of battles fought ...");
UpdateRatingFiles updater = new UpdateRatingFiles(parameters);
ratingsdownloaded = updater.updateRatings();
}
iterations++;
} while (iterates.equals("YES"));