mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Move empty init exception into BagRandomizer
This commit is contained in:
@@ -207,9 +207,9 @@ public class BoosterDraft implements IBoosterDraft {
|
||||
themeFilter);
|
||||
// Add chaos "boosters" as special suppliers
|
||||
final Supplier<List<PaperCard>> ChaosDraftSupplier;
|
||||
try{
|
||||
try {
|
||||
ChaosDraftSupplier = new ChaosBoosterSupplier(chaosDraftEditions);
|
||||
} catch(Exception e) {
|
||||
} catch(IllegalArgumentException e) {
|
||||
System.out.println(e.getMessage());
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user