Skip to content

Commit 8e82801

Browse files
committed
Bump version
1 parent 3ee8ae4 commit 8e82801

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

brigadier/src/main/java/revxrsal/commands/brigadier/BrigadierTreeParser.java

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public static <T> LiteralArgumentBuilder<T> parse(LampBrigadier brigadier, Liter
108108
}
109109
if (category.getDefaultAction() != null) {
110110
parse(brigadier, into, category.getDefaultAction());
111-
// into.then(childLiteral);
112111
}
113112
into.requires(a -> category.getPermission().canExecute(brigadier.wrapSource(a)));
114113
return (LiteralArgumentBuilder<T>) into;

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ subprojects {
88
apply plugin: "maven"
99

1010
group = "io.github.revxrsal"
11-
version = "2.6"
11+
version = "2.7"
1212

1313
sourceCompatibility = 1.8
1414
targetCompatibility = 1.8

0 commit comments

Comments
 (0)