mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
* Scroll Rack - Fixed that the cards were shown face down if setting the order they go to library.
This commit is contained in:
parent
2e49a74aab
commit
e88c60eb85
4 changed files with 8 additions and 12 deletions
|
|
@ -468,9 +468,7 @@ public class SessionImpl implements Session {
|
|||
|
||||
@Override
|
||||
public void handleConnectionException(Throwable throwable, Client client) {
|
||||
logger.info("connection to server lost - " + throwable.getMessage());
|
||||
throwable.printStackTrace();
|
||||
|
||||
logger.info("connection to server lost - " + throwable.getMessage(), throwable);
|
||||
reconnect(throwable);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -153,7 +153,7 @@ public class CardView extends SimpleCardView {
|
|||
* for morph / face down cards to know which player may see information for
|
||||
* the card
|
||||
* @param showFaceDownCard if true and the card is not on the battelfield,
|
||||
* also a face down card is shown in the view down cards will be shown
|
||||
* also a face down card is shown in the view, face down cards will be shown
|
||||
*/
|
||||
public CardView(Card card, Game game, boolean controlled, boolean showFaceDownCard) {
|
||||
super(card.getId(), card.getExpansionSetCode(), card.getCardNumber(), card.getUsesVariousArt(), card.getTokenSetCode(), game != null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue