Fixed locale issue.

This commit is contained in:
Brianna 2020-02-03 17:29:57 -05:00
parent 7f9ee381f6
commit 43cd0be611
1 changed files with 0 additions and 3 deletions

View File

@ -72,9 +72,6 @@ public class UltimateTimber extends SongodaPlugin {
this.treeDetectionManager = this.registerManager(TreeDetectionManager.class);
this.treeFallManager = this.registerManager(TreeFallManager.class);
// Setup Locale
this.setLocale(getConfig().getString("locale"), false);
// Load version adapter and managers
this.setupVersionAdapter();
this.reload();