mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28: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()) {
|
for (CardBlock cb : FModel.getBlocks()) {
|
||||||
if (cb.getSets().contains(edition)) {
|
if (cb.getSets().contains(edition)) {
|
||||||
blockName = cb.getName();
|
blockName = cb.getName();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user