forked from External/mage
Removed MessageBox displayed after deck was generated. removed splash screen closing (caused exception time to time). updated plugin.
This commit is contained in:
parent
30b341f7d9
commit
6d589abe6d
3 changed files with 1 additions and 4 deletions
|
|
@ -510,9 +510,6 @@ public class MageFrame extends javax.swing.JFrame {
|
|||
SwingUtilities.invokeLater(new Runnable() {
|
||||
public void run() {
|
||||
new MageFrame().setVisible(true);
|
||||
if (splash != null) {
|
||||
splash.close();
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue