mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 09:17:36 +01:00
Made clearPermissions public. Addresses BUKKIT-1541
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
parent
b3e8152fa3
commit
34681566e0
@ -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…
Reference in New Issue
Block a user