diff options
Diffstat (limited to 'azalea-brigadier/src/context/command_context.rs')
| -rwxr-xr-x | azalea-brigadier/src/context/command_context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-brigadier/src/context/command_context.rs b/azalea-brigadier/src/context/command_context.rs index 1734bb05..a8efeeeb 100755 --- a/azalea-brigadier/src/context/command_context.rs +++ b/azalea-brigadier/src/context/command_context.rs @@ -16,7 +16,7 @@ pub struct CommandContext<S> { pub root_node: Arc<RwLock<CommandNode<S>>>, pub nodes: Vec<ParsedCommandNode<S>>, pub range: StringRange, - pub child: Option<Arc<CommandContext<S>>>, + pub child: Option<Rc<CommandContext<S>>>, pub modifier: Option<Arc<RedirectModifier<S>>>, pub forks: bool, } |
