Fix so moving to main deck works properly

This commit is contained in:
drdev
2014-07-26 16:41:12 +00:00
parent 5f4419bb88
commit e954c95899

View File

@@ -167,7 +167,7 @@ public class FSideboardDialog extends FDialog {
if (result == null || result <= 0) { return; } if (result == null || result <= 0) { return; }
removeCard(card, result); removeCard(card, result);
parent.getSideboardPage().addCard(card, result); parent.getMainDeckPage().addCard(card, result);
} }
}); });
} }