RTR is default set for Collection Viewer

This commit is contained in:
magenoxx 2012-09-26 13:07:03 +04:00
parent cd1b1e3614
commit 72de08ed39

View file

@ -393,7 +393,7 @@ public class MageBook extends JComponent {
private HoverButton pageRight;
private int currentPage = 0;
private String currentSet = "M13";
private String currentSet = "RTR";
private static CardDimensions cardDimensions = new CardDimensions(1.2d);
private static final Logger log = Logger.getLogger(MageBook.class);