mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Disabled cards rating and classes preloading on startup (lags problem);
This commit is contained in:
parent
e285b2770d
commit
c29b68f030
3 changed files with 9 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue