Skip to content

Commit

Permalink
Altered ActivityTracker.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Oct 6, 2021
1 parent bdf974c commit c154ef8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void onEnable() {
instance = this;

// create/load config
if (!(new File("./plugins/Mailboxes/config.yml").exists())) {
if (!(new File("./plugins/ActivityTracker/config.yml").exists())) {
ConfigManager.getInstance().saveMissingConfigDefaultsIfNotPresent();
}
else {
Expand Down

0 comments on commit c154ef8

Please sign in to comment.