mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 08:15:05 +01:00
Cleanup.
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
f7d35b29ad
commit
ae0eb736d1
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