Convert Mirror.startGame to Java code #2

Merged
gered merged 4 commits from startgame_redo into master 2017-04-12 22:01:32 -04:00
Showing only changes of commit d795f83181 - Show all commits

View file

@ -138,7 +138,7 @@ public class TestBot {
}
});
*/
mirror.startGame();
mirror.startGame(false);
System.out.println("It's over");
}