#748: Remove permissible recalculation from Permission constructor

This fixes issues that simply creating a new Permission instance would lead
to permission defaults and permissibles to get recalcuated even if the
permission itself was never added to the server or was already present.

By: Phoenix616 <max@themoep.de>
This commit is contained in:
Bukkit/Spigot 2022-06-05 10:05:51 +10:00
parent 1c96f9a8e8
commit eafbc2ba3a

View file

@ -64,8 +64,6 @@ public class Permission {
if (children != null) {
this.children.putAll(children);
}
recalculatePermissibles();
}
/**