Fixed more deprecated use

This commit is contained in:
Auxilor 2022-04-17 13:05:47 +01:00
parent 10d5f0234c
commit 14c09ce3ac

View File

@ -51,7 +51,6 @@ public class CommandLocaleDownload extends Subcommand {
for (EcoEnchant value : EcoEnchants.values()) {
value.getConfig().loadFromLang();
value.getConfig().save();
value.getConfig().clearCache();
}
} catch (IOException e) {
e.printStackTrace();