mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-06 22:56:41 +02:00
Merge branch 'master' into release
This commit is contained in:
@@ -17,7 +17,8 @@ public class Permissions2Handler implements IPermissionsHandler
|
||||
|
||||
public String getGroup(final Player base)
|
||||
{
|
||||
return permissionHandler.getGroup(base.getWorld().getName(), base.getName());
|
||||
final String group = permissionHandler.getGroup(base.getWorld().getName(), base.getName());
|
||||
return group == null ? "default" : group;
|
||||
}
|
||||
|
||||
public boolean canBuild(final Player base, final String group)
|
||||
|
Reference in New Issue
Block a user