diff options
| author | mat <github@matdoes.dev> | 2023-03-23 13:54:08 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-23 13:54:08 +0000 |
| commit | 2a07962af9a318114f38d3afe748a05212cfbd59 (patch) | |
| tree | 6e3bfa2fcf6bf1137a92597a296b353206f19585 | |
| parent | d08bf9b943a6578990668f7f073309f3bb9678ab (diff) | |
| download | azalea-drasl-2a07962af9a318114f38d3afe748a05212cfbd59.tar.xz | |
default for nbtcompound
| -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)>, |
