aboutsummaryrefslogtreecommitdiff
path: root/karlcommon/src
diff options
context:
space:
mode:
Diffstat (limited to 'karlcommon/src')
-rw-r--r--karlcommon/src/protocol.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/karlcommon/src/protocol.rs b/karlcommon/src/protocol.rs
index a86ca3d..f971ef2 100644
--- a/karlcommon/src/protocol.rs
+++ b/karlcommon/src/protocol.rs
@@ -13,7 +13,7 @@ pub enum ClientboundPacket {
}
#[derive(Debug, Clone, Serialize, Deserialize)]
-#[serde(tag = "type", content = "data", rename_all = "snake_case")]
+#[serde(tag = "kind", content = "details", rename_all = "snake_case")]
pub enum ProtoError {
UnknownTask,
FormatError(String),