From 6f3c41e01c466e4ab6abd1268149dd88686bbbc9 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 17 Apr 2022 16:52:34 -0500 Subject: add .requires --- azalea-brigadier/src/exceptions/command_syntax_exception.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-brigadier/src/exceptions/command_syntax_exception.rs') 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, cursor: Option, -- cgit v1.2.3