Skip to content

Commit

Permalink
Fix config.yml erasing itself when closing server
Browse files Browse the repository at this point in the history
  • Loading branch information
Gl0W1E committed Jul 1, 2022
1 parent 9936218 commit 418bd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/darthpeti/townytweaks/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void registerListeners(){

@Override
public void onDisable() {
instance.saveConfig();

}

public void loadConfig(){
Expand Down

0 comments on commit 418bd91

Please sign in to comment.