Fix Management initialization
This commit is contained in:
parent
5d12ec8b56
commit
374e2ff292
@ -290,7 +290,7 @@ public class AuthMe extends JavaPlugin {
|
|||||||
setupApi();
|
setupApi();
|
||||||
|
|
||||||
// Set up the management
|
// Set up the management
|
||||||
ProcessService processService = new ProcessService(newSettings, messages, this, ipAddressManager,
|
ProcessService processService = new ProcessService(newSettings, messages, this, database, ipAddressManager,
|
||||||
passwordSecurity, pluginHooks, spawnLoader);
|
passwordSecurity, pluginHooks, spawnLoader);
|
||||||
management = new Management(this, processService, database, PlayerCache.getInstance());
|
management = new Management(this, processService, database, PlayerCache.getInstance());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user