We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77bc61 commit 8c7e5aaCopy full SHA for 8c7e5aa
src/main/java/net/modfest/scatteredshards/command/LibraryCommand.java
@@ -80,7 +80,7 @@ public static void register(CommandNode<ServerCommandSource> parent) {
80
Permissions.require(ScatteredShards.permission("command.library.delete.all"), 4)
81
)
82
.build();
83
- library.addChild(deleteAllCommand);
+ deleteCommand.addChild(deleteAllCommand);
84
85
parent.addChild(library);
86
}
0 commit comments