We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If AI is selected, there is no box for selecting nor generating deck. In creating a single table, the deck is selectable.
By default, the deck from AI is selected as the same as the player as shown here https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTournamentDialog.java#L706 whereas when creating a single table, the last parameters are not set (maybe the box builds when removing that argument?) https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTableDialog.java#L513
Here are the form files (single table and tournament table) https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTableDialog.form https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTournamentDialog.form
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If AI is selected, there is no box for selecting nor generating deck. In creating a single table, the deck is selectable.
By default, the deck from AI is selected as the same as the player as shown here
https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTournamentDialog.java#L706
whereas when creating a single table, the last parameters are not set (maybe the box builds when removing that argument?)
https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTableDialog.java#L513
Here are the form files (single table and tournament table)
https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTableDialog.form
https://github.com/magefree/mage/blob/master/Mage.Client/src/main/java/mage/client/dialog/NewTournamentDialog.form
The text was updated successfully, but these errors were encountered: