mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-05 22:07:34 +01:00
Fixed more deprecated use
This commit is contained in:
parent
10d5f0234c
commit
14c09ce3ac
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user