Set up locales before registering commands.

This commit is contained in:
Jeremy Wood 2023-03-30 00:14:45 -04:00
parent 5dcc0651e4
commit dab8ac2bf8
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
1 changed files with 1 additions and 1 deletions

View File

@ -132,8 +132,8 @@ public class MultiverseCore extends JavaPlugin implements MVCore {
// Init all the other stuff
this.loadAnchors();
this.registerEvents();
this.registerCommands();
this.setUpLocales();
this.registerCommands();
this.registerDestinations();
this.setupMetrics();
this.loadPlaceholderAPIIntegration();