fix #1082 : CardViewer.setCard() NPE.

master
lodici 2017-02-24 14:34:26 +00:00
parent 30803c7fae
commit 01dd9f82dd
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class DeckGamesPanel extends TexturedPanel
@Override
public MagicCardDefinition getSelectedCard() {
return null;
return MagicCardDefinition.UNKNOWN;
}
private void setTableModel() {