- A minor optimization to the previous fix.

This commit is contained in:
Agetian
2016-02-01 05:13:53 +00:00
parent b5de5e2d43
commit f28e42efd5

View File

@@ -713,6 +713,7 @@ public class QuestEventDraft {
for (CardBlock cb : FModel.getBlocks()) {
if (cb.getSets().contains(edition)) {
blockName = cb.getName();
break;
}
}
}