mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
#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:
parent
1c96f9a8e8
commit
eafbc2ba3a
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@ public class Permission {
|
|||
if (children != null) {
|
||||
this.children.putAll(children);
|
||||
}
|
||||
|
||||
recalculatePermissibles();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue