Properly unhook the current system when unhook() is called
This commit is contained in:
@@ -198,6 +198,7 @@ public class PermissionsManager {
|
||||
public void unhook() {
|
||||
// Reset the current used permissions system
|
||||
this.permsType = null;
|
||||
this.handler = null;
|
||||
|
||||
// Print a status message to the console
|
||||
ConsoleLogger.info("Unhooked from Permissions!");
|
||||
|
||||
Reference in New Issue
Block a user