Support leaving tournament

This commit is contained in:
drdev
2016-07-17 21:33:34 +00:00
parent e06db51295
commit ed23ac3b15
4 changed files with 14 additions and 11 deletions

View File

@@ -374,11 +374,6 @@ public class QuestTournamentController {
view.populate();
}
public void editDeck() {
view.editDeck(true);
FModel.getQuest().save();
}
public void startDraft() {
if (drafting) {
SOptionPane.showErrorDialog("You are currently in a draft.\n" +