Commit b175d057 authored by mercury233's avatar mercury233 Committed by GitHub

fix top card

parent 751c6865
......@@ -137,7 +137,6 @@ public class CardLoader implements ICardLoader {
Card card = cards.valueAt(i);
if (searchInfo == null || searchInfo.check(card)) {
if (searchInfo != null && card.Name.equalsIgnoreCase(searchInfo.keyWord1)) {
cards.remove(i);
tmp.add(card);
} else if (card.isType(CardType.Monster)) {
monster.add(card);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment