mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 05:31:32 +01:00
Made clearPermissions public. Addresses BUKKIT-1541
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
b3e8152fa3
commit
34681566e0
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();
|
Set<String> perms = permissions.keySet();
|
||||||
|
|
||||||
for (String name : perms) {
|
for (String name : perms) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue