mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Fixed bad logic in QuestWorld.java.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user