mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Quest reprint fix
This commit is contained in:
@@ -61,7 +61,7 @@ public final class GameFormatQuest extends GameFormat {
|
||||
// Filter must be continuously rebuilt if the format is mutable
|
||||
if(setRotation != null)
|
||||
return super.buildFilter(true);
|
||||
return super.getFilterRules();
|
||||
return super.getFilterPrinted();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user