Fix Management initialization

This commit is contained in:
ljacqu 2016-03-13 11:41:19 +01:00
parent 5d12ec8b56
commit 374e2ff292

View File

@ -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());