1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-07 07:06:41 +02:00

Copy&Paste Bugs are always stupid

This commit is contained in:
snowleo
2011-09-01 11:52:52 +02:00
parent 1843cf1e58
commit f10ad3de53

View File

@@ -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