mirror of
https://github.com/Suiranoil/SkinRestorer.git
synced 2026-01-16 04:42:12 +00:00
raise skin config command required permission to 4
This commit is contained in:
@@ -53,7 +53,7 @@ public final class SkinCommand {
|
||||
|
||||
base.then(
|
||||
literal("config")
|
||||
.requires(commandSourceStack -> commandSourceStack.hasPermission(3))
|
||||
.requires(commandSourceStack -> commandSourceStack.hasPermission(4))
|
||||
.then(literal("reload").executes(SkinCommand::configReloadSubcommand))
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user