Increased h.scroll speed for cards in hand. Made client maximized on startup.

This commit is contained in:
magenoxx 2010-12-04 20:17:15 +00:00
parent e2955de950
commit 9306d94ad2
4 changed files with 12 additions and 4 deletions

View file

@ -20,9 +20,6 @@ public class CardsStorage {
if (CardUtil.isLand(card)) {
landCards.add(card);
}
if (card.getName().contains("Pledge")) {
System.out.println(card.getName());
}
}
}
}