diff options
| -rwxr-xr-x | azalea-nbt/src/tag.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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)>, |
