Skip to content

Commit

Permalink
Config fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Oct 26, 2024
1 parent 619e50d commit a6a2577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ public void load() {
public void enable() {
super.enable();
initializeScheduler();
saveDefaultConfig();
configManager.updateConfig();
configManager.loadConfig(false);
statsManager.init();
checkForUpdates();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@Setter
public class ConfigManager {

public static final long CONFIG_VERSION = 4;
public static final long CONFIG_VERSION = 6;

private boolean toggled;
private boolean runnableEnabled;
Expand Down

0 comments on commit a6a2577

Please sign in to comment.