mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 12:05:14 +01:00
Fixed #935.
This commit is contained in:
parent
fe00aae7e3
commit
d01ce71343
@ -266,6 +266,7 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
|
||||
public void onEnable() {
|
||||
this.messaging = new MVMessaging();
|
||||
this.banker = new AllPay(this, LOG_TAG + " ");
|
||||
this.vaultHandler = new VaultHandler(this);
|
||||
// Load the defaultWorldGenerators
|
||||
this.worldManager.getDefaultWorldGenerators();
|
||||
|
||||
@ -334,8 +335,6 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
|
||||
this.initializeBuscript();
|
||||
this.setupMetrics();
|
||||
|
||||
this.vaultHandler = new VaultHandler(this);
|
||||
|
||||
// Output a little snippet to show it's enabled.
|
||||
Logging.config("Version %s (API v%s) Enabled - By %s", this.getDescription().getVersion(), PROTOCOL, getAuthors());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user