mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58: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
|
// Filter must be continuously rebuilt if the format is mutable
|
||||||
if(setRotation != null)
|
if(setRotation != null)
|
||||||
return super.buildFilter(true);
|
return super.buildFilter(true);
|
||||||
return super.getFilterRules();
|
return super.getFilterPrinted();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user