mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Cleanup.
This commit is contained in:
parent
31c51da36c
commit
76dc09be3c
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ public final class CommandPermissions {
|
|||
}
|
||||
|
||||
public static Permission registerPermissions(Permission parent) {
|
||||
Permission commands = DefaultPermissions.registerPermission(ROOT, "Gives the user the ability to use all Craftbukkit commands", parent);
|
||||
Permission commands = DefaultPermissions.registerPermission(ROOT, "Gives the user the ability to use all CraftBukkit commands", parent);
|
||||
|
||||
registerWhitelist(commands);
|
||||
registerBan(commands);
|
||||
|
|
|
@ -72,7 +72,7 @@ public final class DefaultPermissions {
|
|||
}
|
||||
|
||||
public static void registerCorePermissions() {
|
||||
Permission parent = registerPermission(ROOT, "Gives the user the ability to use all Craftbukkit utilities and commands");
|
||||
Permission parent = registerPermission(ROOT, "Gives the user the ability to use all CraftBukkit utilities and commands");
|
||||
|
||||
CommandPermissions.registerPermissions(parent);
|
||||
BroadcastPermissions.registerPermissions(parent);
|
||||
|
|
Loading…
Add table
Reference in a new issue