Improved enlarged card display if no image exists (uses same code as tooltip text creation now).

This commit is contained in:
LevelX2 2014-03-13 15:42:26 +01:00
parent ede18e3f3c
commit c075b42e9d
3 changed files with 216 additions and 249 deletions

View file

@ -273,8 +273,8 @@ public class MageActionCallback implements ActionCallback {
}
);
} catch (Exception e) {
e.printStackTrace();
} catch (InterruptedException e) {
logger.warn(e.getMessage());
}
}
});