mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- A minor optimization to the previous fix.
This commit is contained in:
@@ -713,6 +713,7 @@ public class QuestEventDraft {
|
||||
for (CardBlock cb : FModel.getBlocks()) {
|
||||
if (cb.getSets().contains(edition)) {
|
||||
blockName = cb.getName();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user