Skip to content

Commit

Permalink
Add "final" to alwaysSaveOnLoad in SimpleSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
kangarko committed Oct 7, 2022
1 parent 70fbcea commit 8037e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected String getSettingsFileName() {
* Always keep settings.yml file up to date
*/
@Override
protected boolean alwaysSaveOnLoad() {
protected final boolean alwaysSaveOnLoad() {
return true;
}

Expand Down

0 comments on commit 8037e70

Please sign in to comment.