Made clearPermissions public. Addresses BUKKIT-1541
This commit is contained in:
parent
1eb3d54c4b
commit
a11efdcfb7
@ -162,7 +162,7 @@ public class PermissibleBase implements Permissible {
|
||||
}
|
||||
}
|
||||
|
||||
private synchronized void clearPermissions() {
|
||||
public synchronized void clearPermissions() {
|
||||
Set<String> perms = permissions.keySet();
|
||||
|
||||
for (String name : perms) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user