Fixes order of arguments when reloading the language
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
This commit is contained in:
parent
be0b16e80a
commit
191f548f5a
@ -77,7 +77,7 @@ public class BlacksmithPlugin extends JavaPlugin {
|
||||
public void reload() {
|
||||
this.reloadConfig();
|
||||
config.load();
|
||||
translator.loadLanguages(this.getDataFolder(), this.getConfig().getString("language", "en"), "en");
|
||||
translator.loadLanguages(this.getDataFolder(), "en", this.getConfig().getString("language", "en"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user