1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00
This commit is contained in:
mat 2023-03-23 20:10:52 +00:00
parent 95925b64fa
commit bdc4255747

View file

@ -161,7 +161,7 @@ impl NbtCompound {
#[inline]
fn is_worth_sorting(&self) -> bool {
self.inner.len() > 128
self.inner.len() >= 128
}
}
#[cfg(feature = "serde")]