forked from External/mage
Increased h.scroll speed for cards in hand. Made client maximized on startup.
This commit is contained in:
parent
e2955de950
commit
9306d94ad2
4 changed files with 12 additions and 4 deletions
|
|
@ -20,9 +20,6 @@ public class CardsStorage {
|
|||
if (CardUtil.isLand(card)) {
|
||||
landCards.add(card);
|
||||
}
|
||||
if (card.getName().contains("Pledge")) {
|
||||
System.out.println(card.getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue