Code cleanup before merge

This commit is contained in:
austinio7116
2018-05-12 22:45:49 +01:00
committed by maustin
parent ccb1aa9ef0
commit c003ddeeac
3 changed files with 3 additions and 168 deletions

View File

@@ -199,10 +199,10 @@ public class SimulateMatch {
}
Collections.reverse(log);
for(GameLogEntry l : log) {
//System.out.println(l);
System.out.println(l);
}
//System.out.println(String.format("\nGame %d ended in %d ms. %s has won!\n", 1+iGame, sw.getTime(), g1.getOutcome().getWinningLobbyPlayer().getName()));
System.out.println(String.format("\nGame %d ended in %d ms. %s has won!\n", 1+iGame, sw.getTime(), g1.getOutcome().getWinningLobbyPlayer().getName()));
}
private static void simulateTournament(Map<String, List<String>> params, GameRules rules, boolean outputGamelog) {