mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
Update NewTournamentDialog.java
removing commented code
This commit is contained in:
parent
ac0aa65aab
commit
38235d9023
1 changed files with 0 additions and 1 deletions
|
@ -766,7 +766,6 @@ public class NewTournamentDialog extends MageDialog {
|
|||
}
|
||||
});
|
||||
|
||||
//PreferencesDialog.saveValue(PreferencesDialog.KEY_NEW_TOURNAMENT_PACKS_RANDOM_DRAFT, packlist.toString());
|
||||
String randomPrefs = PreferencesDialog.getCachedValue(PreferencesDialog.KEY_NEW_TOURNAMENT_PACKS_RANDOM_DRAFT, "");
|
||||
if (randomPrefs.length() > 0) {
|
||||
for (String exp : randomPrefs.split(";")) {
|
||||
|
|
Loading…
Reference in a new issue