Skip to content

Commit 4967aaa

Browse files
committed
Hot fix and Re-release 3.10.5
1 parent d778bc7 commit 4967aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

litecommands-core/src/dev/rollczi/litecommands/command/builder/CommandBuilderRootImpl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public boolean isRoot() {
157157
public Collection<CommandRoute<SENDER>> build(CommandRoute<SENDER> parent) {
158158
return this.children.values().stream()
159159
.flatMap(builder -> builder.build(parent).stream())
160+
.peek(route -> route.meta().putAll(this.meta))
160161
.collect(Collectors.toList());
161162
}
162163

0 commit comments

Comments
 (0)