mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-26 11:07:55 +01:00
Copy&Paste Bugs are always stupid
This commit is contained in:
parent
d7af679243
commit
bb1cad1bc1
@ -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 New Issue
Block a user