Disabled cards rating and classes preloading on startup (lags problem);

This commit is contained in:
Oleg Agafonov 2019-02-09 16:09:07 +04:00
parent e285b2770d
commit c29b68f030
3 changed files with 9 additions and 3 deletions

View file

@ -216,7 +216,9 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
}
RepositoryUtil.bootstrapLocalDb();
RateCard.bootstrapCardsAndRatings();
if (RateCard.PRELOAD_CARD_RATINGS_ON_STARTUP) {
RateCard.bootstrapCardsAndRatings();
}
ManaSymbols.loadImages();
Plugins.instance.loadPlugins();