diff options
| author | Ubuntu <github@matdoes.dev> | 2022-01-11 00:42:30 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-01-11 00:42:30 +0000 |
| commit | cb4d871f6f56a484dc87151ea3ad55f7e3bbed97 (patch) | |
| tree | 743377adb4103f3a0ecbec5788a71d3bf6c0a3d0 /azalea-brigadier/src/context | |
| parent | fec7a2bfedc562306523b9d3c51b97e376dc32d9 (diff) | |
| download | azalea-drasl-cb4d871f6f56a484dc87151ea3ad55f7e3bbed97.tar.xz | |
work a bit on brigadier
Diffstat (limited to 'azalea-brigadier/src/context')
| -rw-r--r-- | azalea-brigadier/src/context/command_context_builder.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/azalea-brigadier/src/context/command_context_builder.rs b/azalea-brigadier/src/context/command_context_builder.rs index ac4a36bb..5766ea9a 100644 --- a/azalea-brigadier/src/context/command_context_builder.rs +++ b/azalea-brigadier/src/context/command_context_builder.rs @@ -1,10 +1,8 @@ use std::collections::HashMap; use crate::{ - arguments::argument_type::{ArgumentResult, ArgumentType}, - command::Command, - command_dispatcher::CommandDispatcher, - redirect_modifier::RedirectModifier, + arguments::argument_type::ArgumentType, command::Command, + command_dispatcher::CommandDispatcher, redirect_modifier::RedirectModifier, tree::command_node::CommandNode, }; |
