remove initialize call because it somehow hands on the buildDecks part

master
Mike 2015-03-30 23:32:44 +02:00 committed by melvinzhang
parent aaa95ae404
commit 11b2a5f617
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class FiremindDuelRunner {
// Set difficulty.
final MagicDuel testDuel = new MagicDuel(config);
testDuel.initialize();
//testDuel.initialize();
testDuel.setDifficulty(0, str1);
testDuel.setDifficulty(1, str2);
final MagicDeckProfile profile = new MagicDeckProfile("bgruw");