Quest reprint fix

This commit is contained in:
paulsnoops
2022-12-14 20:53:04 +00:00
parent 9f13e451cd
commit b0992a30e1

View File

@@ -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();
}
/**