forked from External/mage
* Client cards db will be compressed nos as you close XMage client.
This commit is contained in:
parent
41b6a41fda
commit
f2a9a75e8f
2 changed files with 14 additions and 1 deletions
|
|
@ -962,6 +962,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
return;
|
||||
}
|
||||
}
|
||||
CardRepository.instance.closeDB();
|
||||
Plugins.getInstance().shutdown();
|
||||
dispose();
|
||||
System.exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue