Skip to content

Commit 8c7e5aa

Browse files
authored
AAAAAAAAA (2)
1 parent b77bc61 commit 8c7e5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/modfest/scatteredshards/command/LibraryCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static void register(CommandNode<ServerCommandSource> parent) {
8080
Permissions.require(ScatteredShards.permission("command.library.delete.all"), 4)
8181
)
8282
.build();
83-
library.addChild(deleteAllCommand);
83+
deleteCommand.addChild(deleteAllCommand);
8484

8585
parent.addChild(library);
8686
}

0 commit comments

Comments
 (0)