mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 03:38:28 +00:00
The default group does not have build rights.
Op users always have build rights. git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1434 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
6678366a55
commit
ea15ea0995
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ public class PlayerExtension extends PlayerWrapper
|
|||
{
|
||||
try
|
||||
{
|
||||
return com.nijikokun.bukkit.Permissions.Permissions.Security.canGroupBuild(getWorld().getName(), getGroup());
|
||||
return isOp() || com.nijikokun.bukkit.Permissions.Permissions.Security.canGroupBuild(getWorld().getName(), getGroup());
|
||||
}
|
||||
catch (Throwable ex)
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ groups:
|
|||
inheritance: []
|
||||
info:
|
||||
prefix: '&e'
|
||||
build: true
|
||||
build: false
|
||||
suffix: ''
|
||||
SemiAdmin:
|
||||
default: false
|
||||
|
|
Loading…
Reference in a new issue