diff --git a/src/main/java/forge/quest/QuestWorld.java b/src/main/java/forge/quest/QuestWorld.java index e710b1f17b0..41236398df3 100644 --- a/src/main/java/forge/quest/QuestWorld.java +++ b/src/main/java/forge/quest/QuestWorld.java @@ -167,7 +167,7 @@ public class QuestWorld { throw new RuntimeException("World '" + useName + "' must have a directory! Check worlds.txt file"); } - if (!sets.isEmpty() || bannedCards.isEmpty()) { + if (!sets.isEmpty() || !bannedCards.isEmpty()) { useFormat = new GameFormatQuest(useName, sets, bannedCards); }