mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-03 09:00:55 +01:00
Merge remote-tracking branch 'origin/breaking' into breaking
This commit is contained in:
commit
6fa41efbf5
@ -152,9 +152,9 @@ public class BukkitPlayer extends PlotPlayer {
|
||||
// Workaround
|
||||
for (PermissionAttachmentInfo attach : effective) {
|
||||
String permStr = attach.getPermission();
|
||||
Permission perm = Bukkit.getPluginManager().getPermission(permStr);
|
||||
@NotNull PermissionDefault def = perm.getDefault();
|
||||
if (!def.getValue(false)) return max;
|
||||
if (permStr.startsWith("plots.") && !permStr.equals("plots.use")) {
|
||||
return max;
|
||||
}
|
||||
}
|
||||
CHECK_EFFECTIVE = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user