mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
Made clearPermissions public. Addresses BUKKIT-1541
By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user