Skip to content

Commit

Permalink
ok this is supposed to be set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboMWM committed Mar 17, 2018
1 parent 20f45f7 commit 70b5ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/robomwm/customemotes/CustomEmotes.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void onEnable()
saveEmotes();
}
getConfig().addDefault("promptToAdd", true);
getConfig().options().copyDefaults();
getConfig().options().copyDefaults(true);
saveConfig();
getServer().getPluginManager().registerEvents(this, this);
}
Expand Down

0 comments on commit 70b5ca1

Please sign in to comment.