mirror of
https://github.com/aikar/commands.git
synced 2026-06-14 20:00:37 +00:00
@@ -162,7 +162,7 @@ public class ACFBrigadierManager<S> {
|
||||
.suggests(suggestionProvider)
|
||||
.requires(sender -> permChecker.test(command, sender));
|
||||
|
||||
if (nextParam != null && nextParam.canExecuteWithoutInput()) {
|
||||
if (nextParam == null || nextParam.canExecuteWithoutInput()) {
|
||||
builder.executes(executor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user