mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-01-27 10:01:34 +01:00
Fix Management initialization
This commit is contained in:
parent
5d12ec8b56
commit
374e2ff292
@ -290,7 +290,7 @@ public class AuthMe extends JavaPlugin {
|
||||
setupApi();
|
||||
|
||||
// Set up the management
|
||||
ProcessService processService = new ProcessService(newSettings, messages, this, ipAddressManager,
|
||||
ProcessService processService = new ProcessService(newSettings, messages, this, database, ipAddressManager,
|
||||
passwordSecurity, pluginHooks, spawnLoader);
|
||||
management = new Management(this, processService, database, PlayerCache.getInstance());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user