mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
Fix so moving to main deck works properly
This commit is contained in:
@@ -167,7 +167,7 @@ public class FSideboardDialog extends FDialog {
|
||||
if (result == null || result <= 0) { return; }
|
||||
|
||||
removeCard(card, result);
|
||||
parent.getSideboardPage().addCard(card, result);
|
||||
parent.getMainDeckPage().addCard(card, result);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user