From 2a07962af9a318114f38d3afe748a05212cfbd59 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 23 Mar 2023 13:54:08 +0000 Subject: default for nbtcompound --- azalea-nbt/src/tag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-nbt/src/tag.rs b/azalea-nbt/src/tag.rs index fb44c559..7e4c5e25 100755 --- a/azalea-nbt/src/tag.rs +++ b/azalea-nbt/src/tag.rs @@ -93,7 +93,7 @@ impl NbtList { } // thanks to Moulberry/Graphite for the idea to use a vec and binary search -#[derive(Debug, Clone)] +#[derive(Debug, Clone, Default)] pub struct NbtCompound { sorted: bool, inner: Vec<(NbtString, Tag)>, -- cgit v1.2.3