diff options
Diffstat (limited to 'azalea-brigadier/src/tree/command_node.rs')
| -rw-r--r-- | azalea-brigadier/src/tree/command_node.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-brigadier/src/tree/command_node.rs b/azalea-brigadier/src/tree/command_node.rs index bcba9c03..8e262f0b 100644 --- a/azalea-brigadier/src/tree/command_node.rs +++ b/azalea-brigadier/src/tree/command_node.rs @@ -31,7 +31,7 @@ pub trait CommandNode<S, T> { fn usage_text(&self) -> &str; fn parse( &self, - reader: StringReader, + reader: &mut StringReader, context_builder: CommandContextBuilder<S, T>, ) -> Result<(), CommandSyntaxException>; fn list_suggestions( |
