mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Code cleanup before merge
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user