mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Made clearPermissions public. Addresses BUKKIT-1541
This commit is contained in:
parent
1eb3d54c4b
commit
a11efdcfb7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue