Made clearPermissions public. Addresses BUKKIT-1541

This commit is contained in:
feildmaster 2012-04-27 12:31:42 -05:00
parent 1eb3d54c4b
commit a11efdcfb7

View File

@ -162,7 +162,7 @@ public class PermissibleBase implements Permissible {
} }
} }
private synchronized void clearPermissions() { public synchronized void clearPermissions() {
Set<String> perms = permissions.keySet(); Set<String> perms = permissions.keySet();
for (String name : perms) { for (String name : perms) {