Fix wrong redirect behavior
This commit is contained in:
parent
a6c4baa1b6
commit
f3311ac2a9
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ public class CommandDispatcher<S> {
|
|||
if (child != null) {
|
||||
forked |= context.isForked();
|
||||
if (child.hasNodes()) {
|
||||
foundCommand = true;
|
||||
final RedirectModifier<S> modifier = context.getRedirectModifier();
|
||||
if (modifier == null) {
|
||||
if (next == null) {
|
||||
|
|
Loading…
Reference in a new issue