* Client cards db will be compressed nos as you close XMage client.

This commit is contained in:
LevelX2 2014-12-31 15:57:18 +01:00
parent 41b6a41fda
commit f2a9a75e8f
2 changed files with 14 additions and 1 deletions

View file

@ -962,6 +962,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
return;
}
}
CardRepository.instance.closeDB();
Plugins.getInstance().shutdown();
dispose();
System.exit(0);