remove comment

This commit is contained in:
Martijn 2020-10-15 11:59:32 +02:00
parent aab8b30542
commit 35f45a7e02

View file

@ -54,7 +54,6 @@ public class ArgumentCommandNode<S, T> extends CommandNode<S> {
return customSuggestions;
}
// ArgumentCommandNode.java
@Override
public void parse(final StringReader reader, final CommandContextBuilder<S> contextBuilder) throws CommandSyntaxException {
final int start = reader.getCursor();