mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2025-02-17 20:31:34 +01:00
Minor - fix merge conflicts
This commit is contained in:
parent
987c3fdb17
commit
3f4681c5ed
@ -376,7 +376,7 @@ public class AuthMe extends JavaPlugin {
|
|||||||
|
|
||||||
// Set up the permissions manager and command handler
|
// Set up the permissions manager and command handler
|
||||||
permsMan = initializePermissionsManager();
|
permsMan = initializePermissionsManager();
|
||||||
commandHandler = initializeCommandHandler(permsMan, messages, passwordSecurity, newSettings);
|
commandHandler = initializeCommandHandler(permsMan, messages, passwordSecurity, newSettings, ipAddressManager);
|
||||||
|
|
||||||
// Download and load GeoIp.dat file if absent
|
// Download and load GeoIp.dat file if absent
|
||||||
GeoLiteAPI.isDataAvailable();
|
GeoLiteAPI.isDataAvailable();
|
||||||
@ -401,11 +401,12 @@ public class AuthMe extends JavaPlugin {
|
|||||||
|
|
||||||
dataManager = new DataManager(this);
|
dataManager = new DataManager(this);
|
||||||
|
|
||||||
ProcessService processService = new ProcessService(newSettings, messages, this);
|
ProcessService processService = new ProcessService(newSettings, messages, this,
|
||||||
|
ipAddressManager, passwordSecurity);
|
||||||
management = new Management(this, processService, database, PlayerCache.getInstance());
|
management = new Management(this, processService, database, PlayerCache.getInstance());
|
||||||
|
|
||||||
// Set up the BungeeCord hook
|
// Set up the BungeeCord hook
|
||||||
setupBungeeCordHook();
|
setupBungeeCordHook(newSettings, ipAddressManager);
|
||||||
|
|
||||||
// Reload support hook
|
// Reload support hook
|
||||||
reloadSupportHook();
|
reloadSupportHook();
|
||||||
|
Loading…
Reference in New Issue
Block a user