aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/context
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-01-11 00:42:30 +0000
committerUbuntu <github@matdoes.dev>2022-01-11 00:42:30 +0000
commitcb4d871f6f56a484dc87151ea3ad55f7e3bbed97 (patch)
tree743377adb4103f3a0ecbec5788a71d3bf6c0a3d0 /azalea-brigadier/src/context
parentfec7a2bfedc562306523b9d3c51b97e376dc32d9 (diff)
downloadazalea-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.rs6
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,
};