mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Make BPerms sign group checking behave similarly to same as GM and PEX
This commit is contained in:
parent
f769f96f74
commit
1efbc3856c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class BPermissions2Handler extends SuperpermsHandler
|
|||
@Override
|
||||
public boolean inGroup(final Player base, final String group)
|
||||
{
|
||||
return ApiLayer.hasGroup(base.getWorld().getName(), CalculableType.USER, base.getName(), group);
|
||||
return ApiLayer.hasGroupRecursive(base.getWorld().getName(), CalculableType.USER, base.getName(), group);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue