aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/exceptions/command_syntax_exception.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-brigadier/src/exceptions/command_syntax_exception.rs')
-rw-r--r--azalea-brigadier/src/exceptions/command_syntax_exception.rs2
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>,