Skip to content

Commit

Permalink
Update FNAmplifications.java
Browse files Browse the repository at this point in the history
  • Loading branch information
buiawpkgew1 committed Feb 20, 2022
1 parent 6748ab8 commit 09a7f59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void onEnable() {
getConfig().options().copyDefaults();
saveDefaultConfig();

if (cfg.getBoolean("options.auto-update") &&
if (getConfig().getBoolean("auto-update") &&
getDescription().getVersion().startsWith("Build ")) {
new GuizhanBuildsUpdater(this, getFile(), "buiawpkgew1", "FN-FAL-s-Amplifications-zh", "main", false).start();
}
Expand Down

0 comments on commit 09a7f59

Please sign in to comment.