- Fixed the code for running quest draft tournaments normally (without random outcome simulation).

This commit is contained in:
Agetian
2017-01-02 09:36:05 +00:00
parent c6e61b2547
commit 66c84da4f1

View File

@@ -465,6 +465,9 @@ public class QuestTournamentController {
} }
view.populate(); view.populate();
update(); update();
} else {
gui = GuiBase.getInterface().getNewGuiGame();
QuestDraftUtils.startNextMatch(gui);
} }
} }
} }