mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-10-31 07:39:42 +01:00
Use different logger in permissions manager
This commit is contained in:
parent
9932242f6f
commit
4978f195f8
@ -458,7 +458,7 @@ public class AuthMe extends JavaPlugin {
|
||||
* Set up the permissions manager.
|
||||
*/
|
||||
public void setupPermissionsManager() {
|
||||
this.permsMan = new PermissionsManager(Bukkit.getServer(), this, this.authmeLogger);
|
||||
this.permsMan = new PermissionsManager(Bukkit.getServer(), this, getLogger());
|
||||
this.permsMan.setup();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user