Skip to content

Commit

Permalink
Fixed more deprecated use
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Apr 17, 2022
1 parent 10d5f02 commit 14c09ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public void onExecute(@NotNull final CommandSender sender,
for (EcoEnchant value : EcoEnchants.values()) {
value.getConfig().loadFromLang();
value.getConfig().save();
value.getConfig().clearCache();
}
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 14c09ce

Please sign in to comment.