diff options
| author | mat <github@matdoes.dev> | 2022-04-17 16:52:34 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-17 16:52:34 -0500 |
| commit | 6f3c41e01c466e4ab6abd1268149dd88686bbbc9 (patch) | |
| tree | ccf6b49123995d5f42f20009514048a961a53c4b /azalea-brigadier/src/exceptions | |
| parent | 2e904225611b66fa72b082e4f5e188b55b333fcd (diff) | |
| download | azalea-drasl-6f3c41e01c466e4ab6abd1268149dd88686bbbc9.tar.xz | |
add .requires
Diffstat (limited to 'azalea-brigadier/src/exceptions')
| -rw-r--r-- | azalea-brigadier/src/exceptions/command_syntax_exception.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-brigadier/src/exceptions/command_syntax_exception.rs b/azalea-brigadier/src/exceptions/command_syntax_exception.rs index 93ac788c..4bfe9cda 100644 --- a/azalea-brigadier/src/exceptions/command_syntax_exception.rs +++ b/azalea-brigadier/src/exceptions/command_syntax_exception.rs @@ -5,7 +5,7 @@ use crate::message::Message; #[derive(Clone, PartialEq)] pub struct CommandSyntaxException { - type_: BuiltInExceptions, + pub type_: BuiltInExceptions, message: Message, input: Option<String>, cursor: Option<usize>, |
