Skip to content

Commit

Permalink
Added config-patch for placeholder support
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Shadowbroker committed Jul 25, 2020
1 parent cfbdc2d commit 471e3e6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ private void updateConfig() {
"chat.messages.minesClosed",
"chat.messages.error",
"autoPickup",
"openingHours"
"openingHours",
"timezone",
"placeholders"
);
pathsToCopy.forEach(path -> {
if (!getConfig().isSet(path)) {
Expand Down

0 comments on commit 471e3e6

Please sign in to comment.