mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-03-02 11:31:13 +01:00
Setup sender factory earlier
This commit is contained in:
parent
8163eaf3fb
commit
09072952e0
@ -131,11 +131,12 @@ public abstract class AbstractLuckPermsPlugin implements LuckPermsPlugin {
|
||||
// load some utilities early
|
||||
this.permissionRegistry = new AsyncPermissionRegistry(getBootstrap().getScheduler());
|
||||
this.verboseHandler = new VerboseHandler(getBootstrap().getScheduler());
|
||||
|
||||
// load the sender factory instance
|
||||
setupSenderFactory();
|
||||
}
|
||||
|
||||
public final void enable() {
|
||||
// load the sender factory instance
|
||||
setupSenderFactory();
|
||||
|
||||
// send the startup banner
|
||||
Message.STARTUP_BANNER.send(getConsoleSender(), getBootstrap());
|
||||
|
Loading…
Reference in New Issue
Block a user