mirror of
https://github.com/aikar/commands.git
synced 2026-06-08 09:42:17 +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