Skip to content

Commit c13e6df

Browse files
Janmm14md-5
authored andcommitted
SpigotMC#3862: Add perms permission to admin group by default
1 parent 704e866 commit c13e6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/src/main/java/net/md_5/bungee/conf/YamlConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void load()
9494
} ) );
9595
set( "permissions.admin", Arrays.asList( new String[]
9696
{
97-
"bungeecord.command.alert", "bungeecord.command.alertraw", "bungeecord.command.end", "bungeecord.command.ip", "bungeecord.command.reload", "bungeecord.command.kick", "bungeecord.command.send", "bungeecord.command.find"
97+
"bungeecord.command.alert", "bungeecord.command.alertraw", "bungeecord.command.end", "bungeecord.command.ip", "bungeecord.command.reload", "bungeecord.command.kick", "bungeecord.command.send", "bungeecord.command.find", "bungeecord.command.perms"
9898
} ) );
9999
}
100100

0 commit comments

Comments
 (0)