mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Copy&Paste Bugs are always stupid
This commit is contained in:
parent
d7af679243
commit
bb1cad1bc1
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public class PermissionsHandler implements IPermissionsHandler
|
|||
@Override
|
||||
public boolean hasPermission(final Player base, final String node)
|
||||
{
|
||||
return handler.inGroup(base, node);
|
||||
return handler.hasPermission(base, node);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue